##// END OF EJS Templates
tests: fix test results for 07faba78cf5a
Dirkjan Ochtman -
r7437:3cdaac73 default
parent child Browse files
Show More
@@ -47,3 +47,12 b' diff -r cf9f4ba66af2 a'
47 a
47 a
48 % invalid diff.unified
48 % invalid diff.unified
49 abort: diff context lines count must be an integer, not 'foo'
49 abort: diff context lines count must be an integer, not 'foo'
50 % test off-by-one error with diff -p
51 adding a
52 diff -r cb9a9f314b8b a
53 --- a/a Thu Jan 01 00:00:00 1970 +0000
54 +++ b/a Thu Nov 27 17:46:15 2008 +0000
55 @@ -1,0 +1,1 @@
56 +b
57 @@ -2,0 +3,1 @@ a
58 +c
General Comments 0
You need to be logged in to leave comments. Login now