diff options
Diffstat (limited to '')
-rw-r--r-- | patch-test/12/patch-c | 13 | ||||
-rw-r--r-- | patch-test/12/patch-c0 | 7 | ||||
-rw-r--r-- | patch-test/12/patch-c1 | 9 |
3 files changed, 29 insertions, 0 deletions
diff --git a/patch-test/12/patch-c b/patch-test/12/patch-c new file mode 100644 index 0000000..23151c3 --- /dev/null +++ b/patch-test/12/patch-c @@ -0,0 +1,13 @@ +*** old 2016-03-11 09:39:22.298706323 +0100 +--- new 2016-03-11 09:39:46.818715698 +0100 +*************** +*** 1,4 **** +! a + a + a + a +--- 1,4 ---- +! b + a + a + a diff --git a/patch-test/12/patch-c0 b/patch-test/12/patch-c0 new file mode 100644 index 0000000..afa886a --- /dev/null +++ b/patch-test/12/patch-c0 @@ -0,0 +1,7 @@ +*** old 2016-03-11 09:39:22.298706323 +0100 +--- new 2016-03-11 09:39:46.818715698 +0100 +*************** +*** 1 **** +! a +--- 1 ---- +! b diff --git a/patch-test/12/patch-c1 b/patch-test/12/patch-c1 new file mode 100644 index 0000000..6891f18 --- /dev/null +++ b/patch-test/12/patch-c1 @@ -0,0 +1,9 @@ +*** old 2016-03-11 09:39:22.298706323 +0100 +--- new 2016-03-11 09:39:46.818715698 +0100 +*************** +*** 1,2 **** +! a + a +--- 1,2 ---- +! b + a |