Skip to content

More reliable handling of \n in test stdout diff

Marco Clemencic requested to merge 291-fix-test-stdout-diff into master

To prevent scrambled test stdout diff, make sure unified_diff is applied to lines without \n and add it only when printing the report.

Closes #291 (closed)

/cc @cburr @sponce

Merge request reports