##// END OF EJS Templates
test-fetch: fix non-portable sed regex....
test-fetch: fix non-portable sed regex. (s/...\+/.../ appears to be a GNU-ism: this test broke on OS X and NetBSD. Changing \+ to * fixes it, although that is a slightly less strict regex.)

File last commit:

r7459:3fb5c142 default
r9121:a85a3d39 default
Show More
test-diff-color.out
25 lines | 333 B | text/plain | TextLexer
/ tests / test-diff-color.out
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 adding a
% default context
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 diff -r cf9f4ba66af2 a
--- a/a
+++ b/a
@@ -2,7 +2,7 @@
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 c
a
a
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 -b
+dd
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 a
a
c
% --unified=2
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 diff -r cf9f4ba66af2 a
--- a/a
+++ b/a
@@ -3,5 +3,5 @@
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 a
a
Brodie Rao
color: replace effect-specific reset control codes with general purpose one
r7459 -b
+dd
Augie Fackler
color: Add tests for colorized diff and status output.
r7458 a
a