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/20 | |
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/20')
-rw-r--r-- | patch-test/20/def | 14 | ||||
-rw-r--r-- | patch-test/20/new | 10 | ||||
-rw-r--r-- | patch-test/20/old | 10 | ||||
-rw-r--r-- | patch-test/20/patch | 4 | ||||
-rw-r--r-- | patch-test/20/patch-c | 13 | ||||
-rw-r--r-- | patch-test/20/patch-c0 | 7 | ||||
-rw-r--r-- | patch-test/20/patch-c1 | 9 | ||||
-rw-r--r-- | patch-test/20/patch-e | 3 | ||||
-rw-r--r-- | patch-test/20/patch-u | 8 | ||||
-rw-r--r-- | patch-test/20/patch-u0 | 5 | ||||
-rw-r--r-- | patch-test/20/patch-u1 | 6 |
11 files changed, 89 insertions, 0 deletions
diff --git a/patch-test/20/def b/patch-test/20/def new file mode 100644 index 0000000..06ea3d9 --- /dev/null +++ b/patch-test/20/def @@ -0,0 +1,14 @@ +a +a +a +a +a +a +a +a +a +#ifndef x +b +#else +a +#endif diff --git a/patch-test/20/new b/patch-test/20/new new file mode 100644 index 0000000..d15112c --- /dev/null +++ b/patch-test/20/new @@ -0,0 +1,10 @@ +a +a +a +a +a +a +a +a +a +a diff --git a/patch-test/20/old b/patch-test/20/old new file mode 100644 index 0000000..105ab99 --- /dev/null +++ b/patch-test/20/old @@ -0,0 +1,10 @@ +a +a +a +a +a +a +a +a +a +b diff --git a/patch-test/20/patch b/patch-test/20/patch new file mode 100644 index 0000000..69aa3ac --- /dev/null +++ b/patch-test/20/patch @@ -0,0 +1,4 @@ +10c10 +< b +--- +> a diff --git a/patch-test/20/patch-c b/patch-test/20/patch-c new file mode 100644 index 0000000..9e7f3b8 --- /dev/null +++ b/patch-test/20/patch-c @@ -0,0 +1,13 @@ +*** old 2016-03-11 09:40:55.785408703 +0100 +--- new 2016-03-11 09:40:55.785408703 +0100 +*************** +*** 7,10 **** + a + a + a +! b +--- 7,10 ---- + a + a + a +! a diff --git a/patch-test/20/patch-c0 b/patch-test/20/patch-c0 new file mode 100644 index 0000000..3a2b257 --- /dev/null +++ b/patch-test/20/patch-c0 @@ -0,0 +1,7 @@ +*** old 2016-03-11 09:40:55.785408703 +0100 +--- new 2016-03-11 09:40:55.785408703 +0100 +*************** +*** 10 **** +! b +--- 10 ---- +! a diff --git a/patch-test/20/patch-c1 b/patch-test/20/patch-c1 new file mode 100644 index 0000000..051352a --- /dev/null +++ b/patch-test/20/patch-c1 @@ -0,0 +1,9 @@ +*** old 2016-03-11 09:40:55.785408703 +0100 +--- new 2016-03-11 09:40:55.785408703 +0100 +*************** +*** 9,10 **** + a +! b +--- 9,10 ---- + a +! a diff --git a/patch-test/20/patch-e b/patch-test/20/patch-e new file mode 100644 index 0000000..20bdc89 --- /dev/null +++ b/patch-test/20/patch-e @@ -0,0 +1,3 @@ +10c +a +. diff --git a/patch-test/20/patch-u b/patch-test/20/patch-u new file mode 100644 index 0000000..b466532 --- /dev/null +++ b/patch-test/20/patch-u @@ -0,0 +1,8 @@ +--- old 2016-03-11 09:40:55.785408703 +0100 ++++ new 2016-03-11 09:40:55.785408703 +0100 +@@ -7,4 +7,4 @@ + a + a + a +-b ++a diff --git a/patch-test/20/patch-u0 b/patch-test/20/patch-u0 new file mode 100644 index 0000000..665e7a6 --- /dev/null +++ b/patch-test/20/patch-u0 @@ -0,0 +1,5 @@ +--- old 2016-03-11 09:40:55.785408703 +0100 ++++ new 2016-03-11 09:40:55.785408703 +0100 +@@ -10 +10 @@ +-b ++a diff --git a/patch-test/20/patch-u1 b/patch-test/20/patch-u1 new file mode 100644 index 0000000..efd3c30 --- /dev/null +++ b/patch-test/20/patch-u1 @@ -0,0 +1,6 @@ +--- old 2016-03-11 09:40:55.785408703 +0100 ++++ new 2016-03-11 09:40:55.785408703 +0100 +@@ -9,2 +9,2 @@ + a +-b ++a |