diff options
Diffstat (limited to 'patch-test/17')
-rw-r--r-- | patch-test/17/def | 13 | ||||
-rw-r--r-- | patch-test/17/new | 10 | ||||
-rw-r--r-- | patch-test/17/old | 11 | ||||
-rw-r--r-- | patch-test/17/patch | 2 | ||||
-rw-r--r-- | patch-test/17/patch-c | 9 | ||||
-rw-r--r-- | patch-test/17/patch-c0 | 6 | ||||
-rw-r--r-- | patch-test/17/patch-c1 | 7 | ||||
-rw-r--r-- | patch-test/17/patch-e | 1 | ||||
-rw-r--r-- | patch-test/17/patch-u | 7 | ||||
-rw-r--r-- | patch-test/17/patch-u0 | 4 | ||||
-rw-r--r-- | patch-test/17/patch-u1 | 5 |
11 files changed, 75 insertions, 0 deletions
diff --git a/patch-test/17/def b/patch-test/17/def new file mode 100644 index 0000000..b2bd02e --- /dev/null +++ b/patch-test/17/def @@ -0,0 +1,13 @@ +a +a +a +a +a +a +a +a +a +a +#ifndef x +b +#endif diff --git a/patch-test/17/new b/patch-test/17/new new file mode 100644 index 0000000..d15112c --- /dev/null +++ b/patch-test/17/new @@ -0,0 +1,10 @@ +a +a +a +a +a +a +a +a +a +a diff --git a/patch-test/17/old b/patch-test/17/old new file mode 100644 index 0000000..e0e1eac --- /dev/null +++ b/patch-test/17/old @@ -0,0 +1,11 @@ +a +a +a +a +a +a +a +a +a +a +b diff --git a/patch-test/17/patch b/patch-test/17/patch new file mode 100644 index 0000000..482dba1 --- /dev/null +++ b/patch-test/17/patch @@ -0,0 +1,2 @@ +11d10 +< b diff --git a/patch-test/17/patch-c b/patch-test/17/patch-c new file mode 100644 index 0000000..2bdf492 --- /dev/null +++ b/patch-test/17/patch-c @@ -0,0 +1,9 @@ +*** old 2016-03-11 09:40:45.835404909 +0100 +--- new 2016-03-11 09:40:45.835404909 +0100 +*************** +*** 8,11 **** + a + a + a +- b +--- 8,10 ---- diff --git a/patch-test/17/patch-c0 b/patch-test/17/patch-c0 new file mode 100644 index 0000000..5027c2c --- /dev/null +++ b/patch-test/17/patch-c0 @@ -0,0 +1,6 @@ +*** old 2016-03-11 09:40:45.835404909 +0100 +--- new 2016-03-11 09:40:45.835404909 +0100 +*************** +*** 11 **** +- b +--- 10 ---- diff --git a/patch-test/17/patch-c1 b/patch-test/17/patch-c1 new file mode 100644 index 0000000..302e3af --- /dev/null +++ b/patch-test/17/patch-c1 @@ -0,0 +1,7 @@ +*** old 2016-03-11 09:40:45.835404909 +0100 +--- new 2016-03-11 09:40:45.835404909 +0100 +*************** +*** 10,11 **** + a +- b +--- 10 ---- diff --git a/patch-test/17/patch-e b/patch-test/17/patch-e new file mode 100644 index 0000000..ade911e --- /dev/null +++ b/patch-test/17/patch-e @@ -0,0 +1 @@ +11d diff --git a/patch-test/17/patch-u b/patch-test/17/patch-u new file mode 100644 index 0000000..61c81f1 --- /dev/null +++ b/patch-test/17/patch-u @@ -0,0 +1,7 @@ +--- old 2016-03-11 09:40:45.835404909 +0100 ++++ new 2016-03-11 09:40:45.835404909 +0100 +@@ -8,4 +8,3 @@ + a + a + a +-b diff --git a/patch-test/17/patch-u0 b/patch-test/17/patch-u0 new file mode 100644 index 0000000..95f7e67 --- /dev/null +++ b/patch-test/17/patch-u0 @@ -0,0 +1,4 @@ +--- old 2016-03-11 09:40:45.835404909 +0100 ++++ new 2016-03-11 09:40:45.835404909 +0100 +@@ -11 +10,0 @@ +-b diff --git a/patch-test/17/patch-u1 b/patch-test/17/patch-u1 new file mode 100644 index 0000000..a06d628 --- /dev/null +++ b/patch-test/17/patch-u1 @@ -0,0 +1,5 @@ +--- old 2016-03-11 09:40:45.835404909 +0100 ++++ new 2016-03-11 09:40:45.835404909 +0100 +@@ -10,2 +10 @@ + a +-b |