diff options
Diffstat (limited to 'patch-test/19')
-rw-r--r-- | patch-test/19/def | 14 | ||||
-rw-r--r-- | patch-test/19/new | 10 | ||||
-rw-r--r-- | patch-test/19/old | 10 | ||||
-rw-r--r-- | patch-test/19/patch | 4 | ||||
-rw-r--r-- | patch-test/19/patch-c | 19 | ||||
-rw-r--r-- | patch-test/19/patch-c0 | 7 | ||||
-rw-r--r-- | patch-test/19/patch-c1 | 11 | ||||
-rw-r--r-- | patch-test/19/patch-e | 3 | ||||
-rw-r--r-- | patch-test/19/patch-u | 11 | ||||
-rw-r--r-- | patch-test/19/patch-u0 | 5 | ||||
-rw-r--r-- | patch-test/19/patch-u1 | 7 |
11 files changed, 101 insertions, 0 deletions
diff --git a/patch-test/19/def b/patch-test/19/def new file mode 100644 index 0000000..0c45f07 --- /dev/null +++ b/patch-test/19/def @@ -0,0 +1,14 @@ +a +a +a +a +a +#ifndef x +b +#else +a +#endif +a +a +a +a diff --git a/patch-test/19/new b/patch-test/19/new new file mode 100644 index 0000000..d15112c --- /dev/null +++ b/patch-test/19/new @@ -0,0 +1,10 @@ +a +a +a +a +a +a +a +a +a +a diff --git a/patch-test/19/old b/patch-test/19/old new file mode 100644 index 0000000..a0a47f0 --- /dev/null +++ b/patch-test/19/old @@ -0,0 +1,10 @@ +a +a +a +a +a +b +a +a +a +a diff --git a/patch-test/19/patch b/patch-test/19/patch new file mode 100644 index 0000000..929fe91 --- /dev/null +++ b/patch-test/19/patch @@ -0,0 +1,4 @@ +6c6 +< b +--- +> a diff --git a/patch-test/19/patch-c b/patch-test/19/patch-c new file mode 100644 index 0000000..7969876 --- /dev/null +++ b/patch-test/19/patch-c @@ -0,0 +1,19 @@ +*** old 2016-03-11 09:40:53.818741289 +0100 +--- new 2016-03-11 09:40:53.818741289 +0100 +*************** +*** 3,9 **** + a + a + a +! b + a + a + a +--- 3,9 ---- + a + a + a +! a + a + a + a diff --git a/patch-test/19/patch-c0 b/patch-test/19/patch-c0 new file mode 100644 index 0000000..64f7eaa --- /dev/null +++ b/patch-test/19/patch-c0 @@ -0,0 +1,7 @@ +*** old 2016-03-11 09:40:53.818741289 +0100 +--- new 2016-03-11 09:40:53.818741289 +0100 +*************** +*** 6 **** +! b +--- 6 ---- +! a diff --git a/patch-test/19/patch-c1 b/patch-test/19/patch-c1 new file mode 100644 index 0000000..3730cb7 --- /dev/null +++ b/patch-test/19/patch-c1 @@ -0,0 +1,11 @@ +*** old 2016-03-11 09:40:53.818741289 +0100 +--- new 2016-03-11 09:40:53.818741289 +0100 +*************** +*** 5,7 **** + a +! b + a +--- 5,7 ---- + a +! a + a diff --git a/patch-test/19/patch-e b/patch-test/19/patch-e new file mode 100644 index 0000000..8a04d00 --- /dev/null +++ b/patch-test/19/patch-e @@ -0,0 +1,3 @@ +6c +a +. diff --git a/patch-test/19/patch-u b/patch-test/19/patch-u new file mode 100644 index 0000000..bf34497 --- /dev/null +++ b/patch-test/19/patch-u @@ -0,0 +1,11 @@ +--- old 2016-03-11 09:40:53.818741289 +0100 ++++ new 2016-03-11 09:40:53.818741289 +0100 +@@ -3,7 +3,7 @@ + a + a + a +-b ++a + a + a + a diff --git a/patch-test/19/patch-u0 b/patch-test/19/patch-u0 new file mode 100644 index 0000000..051acfa --- /dev/null +++ b/patch-test/19/patch-u0 @@ -0,0 +1,5 @@ +--- old 2016-03-11 09:40:53.818741289 +0100 ++++ new 2016-03-11 09:40:53.818741289 +0100 +@@ -6 +6 @@ +-b ++a diff --git a/patch-test/19/patch-u1 b/patch-test/19/patch-u1 new file mode 100644 index 0000000..3919f5e --- /dev/null +++ b/patch-test/19/patch-u1 @@ -0,0 +1,7 @@ +--- old 2016-03-11 09:40:53.818741289 +0100 ++++ new 2016-03-11 09:40:53.818741289 +0100 +@@ -5,3 +5,3 @@ + a +-b ++a + a |