diff options
author | Vicent Martà <vicent@github.com> | 2013-06-12 14:52:47 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-06-12 14:52:47 -0700 |
commit | 93da7af707f7d6e9c466a319a7fa437883da7793 (patch) | |
tree | 48f6d384f1ec242581a60528790e969dbf94eb06 /tests-clar/diff/patch.c | |
parent | 5438e9c2b8eeb79c5580c576da6e110aa0cd2e59 (diff) | |
parent | 360f42f4b3f5de31270416220bd799b951202b2d (diff) | |
download | libgit2-93da7af707f7d6e9c466a319a7fa437883da7793.tar.gz |
Merge pull request #1642 from arrbee/diff-function-context
Diff code reorg plus function context in diff headers
Diffstat (limited to 'tests-clar/diff/patch.c')
-rw-r--r-- | tests-clar/diff/patch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/diff/patch.c b/tests-clar/diff/patch.c index f9e913a74..3f14a0de7 100644 --- a/tests-clar/diff/patch.c +++ b/tests-clar/diff/patch.c @@ -543,7 +543,7 @@ void test_diff_patch__line_counts_with_eofnl(void) "index 378a7d9..3d0154e 100644\n" "--- a/songof7cities.txt\n" "+++ b/songof7cities.txt\n" - "@@ -42,7 +42,7 @@\n" + "@@ -42,7 +42,7 @@ With peoples undefeated of the dark, enduring blood.\n" " \n" " To the sound of trumpets shall their seed restore my Cities\n" " Wealthy and well-weaponed, that once more may I behold\n" |