summaryrefslogtreecommitdiff
path: root/examples/seq/seq-extras.yaml
blob: 80fb9d71fd7887421c7413636f0e76b696825f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Extra step functions for use in the `seq` example

# For help with bindings files, see the main documentation for subplot

- then: stdout has (?P<count>[0-9]+) lines?
  regex: true
  types:
    count: uint
  impl:
    rust:
      function: count_lines_in_stdout


- then: stderr says {what} is {other}
  impl:
    rust:
      function: stderr_contains_two_things