Mercurial > public > mercurial-scm > hg-stable
diff tests/test-diff-unified.out @ 7437:3cdaac732b2b
tests: fix test results for 07faba78cf5a
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Thu, 27 Nov 2008 18:46:45 +0100 |
parents | 65029a3aafc2 |
children | d2a917b27152 |
line wrap: on
line diff
--- a/tests/test-diff-unified.out Thu Nov 27 17:00:54 2008 +0100 +++ b/tests/test-diff-unified.out Thu Nov 27 18:46:45 2008 +0100 @@ -47,3 +47,12 @@ a % invalid diff.unified abort: diff context lines count must be an integer, not 'foo' +% test off-by-one error with diff -p +adding a +diff -r cb9a9f314b8b a +--- a/a Thu Jan 01 00:00:00 1970 +0000 ++++ b/a Thu Nov 27 17:46:15 2008 +0000 +@@ -1,0 +1,1 @@ ++b +@@ -2,0 +3,1 @@ a ++c