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/11 | |
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/11')
-rw-r--r-- | patch-test/11/def | 13 | ||||
-rw-r--r-- | patch-test/11/new | 11 | ||||
-rw-r--r-- | patch-test/11/old | 10 | ||||
-rw-r--r-- | patch-test/11/patch | 2 | ||||
-rw-r--r-- | patch-test/11/patch-c | 9 | ||||
-rw-r--r-- | patch-test/11/patch-c0 | 6 | ||||
-rw-r--r-- | patch-test/11/patch-c1 | 7 | ||||
-rw-r--r-- | patch-test/11/patch-e | 3 | ||||
-rw-r--r-- | patch-test/11/patch-u | 7 | ||||
-rw-r--r-- | patch-test/11/patch-u0 | 4 | ||||
-rw-r--r-- | patch-test/11/patch-u1 | 5 |
11 files changed, 77 insertions, 0 deletions
diff --git a/patch-test/11/def b/patch-test/11/def new file mode 100644 index 0000000..38eba75 --- /dev/null +++ b/patch-test/11/def @@ -0,0 +1,13 @@ +a +a +a +a +a +a +a +a +a +a +#ifdef x +b +#endif diff --git a/patch-test/11/new b/patch-test/11/new new file mode 100644 index 0000000..e0e1eac --- /dev/null +++ b/patch-test/11/new @@ -0,0 +1,11 @@ +a +a +a +a +a +a +a +a +a +a +b diff --git a/patch-test/11/old b/patch-test/11/old new file mode 100644 index 0000000..d15112c --- /dev/null +++ b/patch-test/11/old @@ -0,0 +1,10 @@ +a +a +a +a +a +a +a +a +a +a diff --git a/patch-test/11/patch b/patch-test/11/patch new file mode 100644 index 0000000..bc1a6a7 --- /dev/null +++ b/patch-test/11/patch @@ -0,0 +1,2 @@ +10a11 +> b diff --git a/patch-test/11/patch-c b/patch-test/11/patch-c new file mode 100644 index 0000000..73a68d3 --- /dev/null +++ b/patch-test/11/patch-c @@ -0,0 +1,9 @@ +*** old 2016-03-11 09:37:58.848674390 +0100 +--- new 2016-03-11 09:38:08.672011482 +0100 +*************** +*** 8,10 **** +--- 8,11 ---- + a + a + a ++ b diff --git a/patch-test/11/patch-c0 b/patch-test/11/patch-c0 new file mode 100644 index 0000000..aec1751 --- /dev/null +++ b/patch-test/11/patch-c0 @@ -0,0 +1,6 @@ +*** old 2016-03-11 09:37:58.848674390 +0100 +--- new 2016-03-11 09:38:08.672011482 +0100 +*************** +*** 10 **** +--- 11 ---- ++ b diff --git a/patch-test/11/patch-c1 b/patch-test/11/patch-c1 new file mode 100644 index 0000000..d362055 --- /dev/null +++ b/patch-test/11/patch-c1 @@ -0,0 +1,7 @@ +*** old 2016-03-11 09:37:58.848674390 +0100 +--- new 2016-03-11 09:38:08.672011482 +0100 +*************** +*** 10 **** +--- 10,11 ---- + a ++ b diff --git a/patch-test/11/patch-e b/patch-test/11/patch-e new file mode 100644 index 0000000..09e7faf --- /dev/null +++ b/patch-test/11/patch-e @@ -0,0 +1,3 @@ +10a +b +. diff --git a/patch-test/11/patch-u b/patch-test/11/patch-u new file mode 100644 index 0000000..2cb84b7 --- /dev/null +++ b/patch-test/11/patch-u @@ -0,0 +1,7 @@ +--- old 2016-03-11 09:37:58.848674390 +0100 ++++ new 2016-03-11 09:38:08.672011482 +0100 +@@ -8,3 +8,4 @@ + a + a + a ++b diff --git a/patch-test/11/patch-u0 b/patch-test/11/patch-u0 new file mode 100644 index 0000000..6bdaceb --- /dev/null +++ b/patch-test/11/patch-u0 @@ -0,0 +1,4 @@ +--- old 2016-03-11 09:37:58.848674390 +0100 ++++ new 2016-03-11 09:38:08.672011482 +0100 +@@ -10,0 +11 @@ ++b diff --git a/patch-test/11/patch-u1 b/patch-test/11/patch-u1 new file mode 100644 index 0000000..b5f1ff3 --- /dev/null +++ b/patch-test/11/patch-u1 @@ -0,0 +1,5 @@ +--- old 2016-03-11 09:37:58.848674390 +0100 ++++ new 2016-03-11 09:38:08.672011482 +0100 +@@ -10 +10,2 @@ + a ++b |