diff options
Diffstat (limited to '')
-rw-r--r-- | patch-test/18/def | 14 | ||||
-rw-r--r-- | patch-test/18/new | 10 | ||||
-rw-r--r-- | patch-test/18/old | 10 | ||||
-rw-r--r-- | patch-test/18/patch | 4 | ||||
-rw-r--r-- | patch-test/18/patch-c | 13 | ||||
-rw-r--r-- | patch-test/18/patch-c0 | 7 | ||||
-rw-r--r-- | patch-test/18/patch-c1 | 9 | ||||
-rw-r--r-- | patch-test/18/patch-e | 3 | ||||
-rw-r--r-- | patch-test/18/patch-u | 8 | ||||
-rw-r--r-- | patch-test/18/patch-u0 | 5 | ||||
-rw-r--r-- | patch-test/18/patch-u1 | 6 |
11 files changed, 89 insertions, 0 deletions
diff --git a/patch-test/18/def b/patch-test/18/def new file mode 100644 index 0000000..77d9ab4 --- /dev/null +++ b/patch-test/18/def @@ -0,0 +1,14 @@ +#ifndef x +b +#else +a +#endif +a +a +a +a +a +a +a +a +a diff --git a/patch-test/18/new b/patch-test/18/new new file mode 100644 index 0000000..d15112c --- /dev/null +++ b/patch-test/18/new @@ -0,0 +1,10 @@ +a +a +a +a +a +a +a +a +a +a diff --git a/patch-test/18/old b/patch-test/18/old new file mode 100644 index 0000000..a30ba66 --- /dev/null +++ b/patch-test/18/old @@ -0,0 +1,10 @@ +b +a +a +a +a +a +a +a +a +a diff --git a/patch-test/18/patch b/patch-test/18/patch new file mode 100644 index 0000000..2f1f38a --- /dev/null +++ b/patch-test/18/patch @@ -0,0 +1,4 @@ +1c1 +< b +--- +> a diff --git a/patch-test/18/patch-c b/patch-test/18/patch-c new file mode 100644 index 0000000..4934508 --- /dev/null +++ b/patch-test/18/patch-c @@ -0,0 +1,13 @@ +*** old 2016-03-11 09:40:47.945405710 +0100 +--- new 2016-03-11 09:40:47.945405710 +0100 +*************** +*** 1,4 **** +! b + a + a + a +--- 1,4 ---- +! a + a + a + a diff --git a/patch-test/18/patch-c0 b/patch-test/18/patch-c0 new file mode 100644 index 0000000..0195a9e --- /dev/null +++ b/patch-test/18/patch-c0 @@ -0,0 +1,7 @@ +*** old 2016-03-11 09:40:47.945405710 +0100 +--- new 2016-03-11 09:40:47.945405710 +0100 +*************** +*** 1 **** +! b +--- 1 ---- +! a diff --git a/patch-test/18/patch-c1 b/patch-test/18/patch-c1 new file mode 100644 index 0000000..596cbc3 --- /dev/null +++ b/patch-test/18/patch-c1 @@ -0,0 +1,9 @@ +*** old 2016-03-11 09:40:47.945405710 +0100 +--- new 2016-03-11 09:40:47.945405710 +0100 +*************** +*** 1,2 **** +! b + a +--- 1,2 ---- +! a + a diff --git a/patch-test/18/patch-e b/patch-test/18/patch-e new file mode 100644 index 0000000..aa58a88 --- /dev/null +++ b/patch-test/18/patch-e @@ -0,0 +1,3 @@ +1c +a +. diff --git a/patch-test/18/patch-u b/patch-test/18/patch-u new file mode 100644 index 0000000..463aeb3 --- /dev/null +++ b/patch-test/18/patch-u @@ -0,0 +1,8 @@ +--- old 2016-03-11 09:40:47.945405710 +0100 ++++ new 2016-03-11 09:40:47.945405710 +0100 +@@ -1,4 +1,4 @@ +-b ++a + a + a + a diff --git a/patch-test/18/patch-u0 b/patch-test/18/patch-u0 new file mode 100644 index 0000000..04f93e5 --- /dev/null +++ b/patch-test/18/patch-u0 @@ -0,0 +1,5 @@ +--- old 2016-03-11 09:40:47.945405710 +0100 ++++ new 2016-03-11 09:40:47.945405710 +0100 +@@ -1 +1 @@ +-b ++a diff --git a/patch-test/18/patch-u1 b/patch-test/18/patch-u1 new file mode 100644 index 0000000..c4f12fb --- /dev/null +++ b/patch-test/18/patch-u1 @@ -0,0 +1,6 @@ +--- old 2016-03-11 09:40:47.945405710 +0100 ++++ new 2016-03-11 09:40:47.945405710 +0100 +@@ -1,2 +1,2 @@ +-b ++a + a |