diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-23 13:27:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-03-23 13:29:26 +0100 |
commit | caa881729a9d394fec28b952fc111c6008613e55 (patch) | |
tree | 56e143e393f230d37ad08a0a13123e20d3f0cfe6 /patch-test/23/patch-c | |
download | base-util-tests-caa881729a9d394fec28b952fc111c6008613e55.tar.gz base-util-tests-caa881729a9d394fec28b952fc111c6008613e55.tar.bz2 base-util-tests-caa881729a9d394fec28b952fc111c6008613e55.tar.xz |
initial import
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | patch-test/23/patch-c | 47 | ||||
-rw-r--r-- | patch-test/23/patch-c0 | 23 | ||||
-rw-r--r-- | patch-test/23/patch-c1 | 31 |
3 files changed, 101 insertions, 0 deletions
diff --git a/patch-test/23/patch-c b/patch-test/23/patch-c new file mode 100644 index 0000000..b6bb929 --- /dev/null +++ b/patch-test/23/patch-c @@ -0,0 +1,47 @@ +*** old 2016-03-18 12:52:55.560874801 +0100 +--- new 2016-03-18 12:52:42.227536660 +0100 +*************** +*** 1,4 **** +! bb + a + a + a +--- 1,4 ---- +! BB + a + a + a +*************** +*** 9,16 **** + a + a + a +! bb +! bb + a + a + a +--- 9,16 ---- + a + a + a +! BB +! BB + a + a + a +*************** +*** 21,26 **** + a + a + a +! bb +! bb +! bb +--- 21,26 ---- + a + a + a +! BB +! BB +! BB diff --git a/patch-test/23/patch-c0 b/patch-test/23/patch-c0 new file mode 100644 index 0000000..173bb26 --- /dev/null +++ b/patch-test/23/patch-c0 @@ -0,0 +1,23 @@ +*** old 2016-03-18 12:52:55.560874801 +0100 +--- new 2016-03-18 12:52:42.227536660 +0100 +*************** +*** 1 **** +! bb +--- 1 ---- +! BB +*************** +*** 12,13 **** +! bb +! bb +--- 12,13 ---- +! BB +! BB +*************** +*** 24,26 **** +! bb +! bb +! bb +--- 24,26 ---- +! BB +! BB +! BB diff --git a/patch-test/23/patch-c1 b/patch-test/23/patch-c1 new file mode 100644 index 0000000..6b5f1c9 --- /dev/null +++ b/patch-test/23/patch-c1 @@ -0,0 +1,31 @@ +*** old 2016-03-18 12:52:55.560874801 +0100 +--- new 2016-03-18 12:52:42.227536660 +0100 +*************** +*** 1,2 **** +! bb + a +--- 1,2 ---- +! BB + a +*************** +*** 11,14 **** + a +! bb +! bb + a +--- 11,14 ---- + a +! BB +! BB + a +*************** +*** 23,26 **** + a +! bb +! bb +! bb +--- 23,26 ---- + a +! BB +! BB +! BB |