##// END OF EJS Templates
tests: fix test-sparse-revlog...
tests: fix test-sparse-revlog This one is not covered by the CIbecause I requires an expensive artifact to be cached. So it goes out of think on regular basis (we should fix that…) The test ouput was affected by e706bb41fdb3 as we filtering now happens sooner, removing for the output.

File last commit:

r50516:55c6ebd1 stable
r50521:da636e7a default
Show More
test-diff-newlines.t
19 lines | 428 B | text/troff | Tads3Lexer
/ tests / test-diff-newlines.t
Adrian Buehlmann
tests: unify test-diff-newlines
r12143 $ hg init
Matt Harbison
tests: quote PYTHON usage...
r39743 $ "$PYTHON" -c 'open("a", "wb").write(b"confuse str.splitlines\nembedded\rnewline\n")'
Adrian Buehlmann
tests: unify test-diff-newlines
r12143 $ hg ci -Ama -d '1 0'
adding a
$ echo clean diff >> a
$ hg ci -mb -d '2 0'
$ hg diff -r0 -r1
diff -r 107ba6f817b5 -r 310ce7989cdc a
--- a/a Thu Jan 01 00:00:01 1970 +0000
+++ b/a Thu Jan 01 00:00:02 1970 +0000
@@ -1,2 +1,3 @@
confuse str.splitlines
Mads Kiilerich
run-tests: allow test output lines to be terminated with \r in addition to \n...
r17742 embedded\r (no-eol) (esc)
newline
Adrian Buehlmann
tests: unify test-diff-newlines
r12143 +clean diff