test/doc/examples/example36.output
2015-05-23 02:07:50 -04:00

9 lines
259 B
Plaintext

//[example_output
> example
Running 1 test case...
test.cpp(11): error in "test": check { col1, col1+7 } == { col2, col2+7 } has failed.
Mismatch in a position 2: 3 != 4
Mismatch in a position 5: 6 != 7
*** 1 failures is detected in test suite "example"
//]