scrut 0.4.3

A simple and powerful test framework for CLI applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: src/diff.rs
assertion_line: 680
expression: diffs
---
[matched: 3, unmatched: 0, unexpected: 2]
     0001 | + something
     0002 | + bla
0001      | = foo
     0003 | = foo
0002      | = bar
     0004 | = bar
0003      | = baz
     0005 | = baz