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/16 | |
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 'patch-test/16')
-rw-r--r-- | patch-test/16/def | 13 | ||||
-rw-r--r-- | patch-test/16/new | 10 | ||||
-rw-r--r-- | patch-test/16/old | 11 | ||||
-rw-r--r-- | patch-test/16/patch | 2 | ||||
-rw-r--r-- | patch-test/16/patch-c | 12 | ||||
-rw-r--r-- | patch-test/16/patch-c0 | 6 | ||||
-rw-r--r-- | patch-test/16/patch-c1 | 8 | ||||
-rw-r--r-- | patch-test/16/patch-e | 1 | ||||
-rw-r--r-- | patch-test/16/patch-u | 10 | ||||
-rw-r--r-- | patch-test/16/patch-u0 | 4 | ||||
-rw-r--r-- | patch-test/16/patch-u1 | 6 |
11 files changed, 83 insertions, 0 deletions
diff --git a/patch-test/16/def b/patch-test/16/def new file mode 100644 index 0000000..4f3bd6e --- /dev/null +++ b/patch-test/16/def @@ -0,0 +1,13 @@ +a +a +a +a +a +#ifndef x +b +#endif +a +a +a +a +a diff --git a/patch-test/16/new b/patch-test/16/new new file mode 100644 index 0000000..d15112c --- /dev/null +++ b/patch-test/16/new @@ -0,0 +1,10 @@ +a +a +a +a +a +a +a +a +a +a diff --git a/patch-test/16/old b/patch-test/16/old new file mode 100644 index 0000000..ff53b65 --- /dev/null +++ b/patch-test/16/old @@ -0,0 +1,11 @@ +a +a +a +a +a +b +a +a +a +a +a diff --git a/patch-test/16/patch b/patch-test/16/patch new file mode 100644 index 0000000..cdaf35a --- /dev/null +++ b/patch-test/16/patch @@ -0,0 +1,2 @@ +6d5 +< b diff --git a/patch-test/16/patch-c b/patch-test/16/patch-c new file mode 100644 index 0000000..c5b8133 --- /dev/null +++ b/patch-test/16/patch-c @@ -0,0 +1,12 @@ +*** old 2016-03-11 09:40:40.032069357 +0100 +--- new 2016-03-11 09:40:40.032069357 +0100 +*************** +*** 3,9 **** + a + a + a +- b + a + a + a +--- 3,8 ---- diff --git a/patch-test/16/patch-c0 b/patch-test/16/patch-c0 new file mode 100644 index 0000000..9b67d7e --- /dev/null +++ b/patch-test/16/patch-c0 @@ -0,0 +1,6 @@ +*** old 2016-03-11 09:40:40.032069357 +0100 +--- new 2016-03-11 09:40:40.032069357 +0100 +*************** +*** 6 **** +- b +--- 5 ---- diff --git a/patch-test/16/patch-c1 b/patch-test/16/patch-c1 new file mode 100644 index 0000000..b34cf08 --- /dev/null +++ b/patch-test/16/patch-c1 @@ -0,0 +1,8 @@ +*** old 2016-03-11 09:40:40.032069357 +0100 +--- new 2016-03-11 09:40:40.032069357 +0100 +*************** +*** 5,7 **** + a +- b + a +--- 5,6 ---- diff --git a/patch-test/16/patch-e b/patch-test/16/patch-e new file mode 100644 index 0000000..d42efc0 --- /dev/null +++ b/patch-test/16/patch-e @@ -0,0 +1 @@ +6d diff --git a/patch-test/16/patch-u b/patch-test/16/patch-u new file mode 100644 index 0000000..53e2fbd --- /dev/null +++ b/patch-test/16/patch-u @@ -0,0 +1,10 @@ +--- old 2016-03-11 09:40:40.032069357 +0100 ++++ new 2016-03-11 09:40:40.032069357 +0100 +@@ -3,7 +3,6 @@ + a + a + a +-b + a + a + a diff --git a/patch-test/16/patch-u0 b/patch-test/16/patch-u0 new file mode 100644 index 0000000..2c556b9 --- /dev/null +++ b/patch-test/16/patch-u0 @@ -0,0 +1,4 @@ +--- old 2016-03-11 09:40:40.032069357 +0100 ++++ new 2016-03-11 09:40:40.032069357 +0100 +@@ -6 +5,0 @@ +-b diff --git a/patch-test/16/patch-u1 b/patch-test/16/patch-u1 new file mode 100644 index 0000000..6fedfb7 --- /dev/null +++ b/patch-test/16/patch-u1 @@ -0,0 +1,6 @@ +--- old 2016-03-11 09:40:40.032069357 +0100 ++++ new 2016-03-11 09:40:40.032069357 +0100 +@@ -5,3 +5,2 @@ + a +-b + a |