unite icon indicating copy to clipboard operation
unite copied to clipboard

Spurious ~n in failure message

Open rlipscombe opened this issue 7 months ago • 0 comments

Introduced between v0.4.2 and v0.4.3.

Both tests are just ?assert(false).

v0.4.3

 1) without_vars/0 (test/foo_tests.erl:106)
    Assert failed: false

 2) with_vars/0 (test/foo_tests.erl:111)
    Assert failed: false~n
1 test passed  2 tests failed  (0.41 s)

Note the extra ~n and the missing blank line.

v0.4.2

 1) without_vars/0 (test/foo_tests.erl:106)
    Assert failed: false

 2) with_vars/0 (test/foo_tests.erl:111)
    Assert failed: false

1 test passed  2 tests failed  (0.41 s)

rlipscombe avatar Nov 23 '23 09:11 rlipscombe