From caa881729a9d394fec28b952fc111c6008613e55 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 23 Mar 2016 13:27:51 +0100 Subject: initial import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- patch-test/25/def | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ patch-test/25/new | 37 ++++++++++++++++++++++++++++++++++++ patch-test/25/old | 40 +++++++++++++++++++++++++++++++++++++++ patch-test/25/patch-c | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ patch-test/25/patch-c0 | 22 ++++++++++++++++++++++ patch-test/25/patch-c1 | 32 +++++++++++++++++++++++++++++++ patch-test/25/patch-e | 7 +++++++ patch-test/25/patch-u | 39 ++++++++++++++++++++++++++++++++++++++ patch-test/25/patch-u0 | 12 ++++++++++++ patch-test/25/patch-u1 | 22 ++++++++++++++++++++++ 10 files changed, 311 insertions(+) create mode 100644 patch-test/25/def create mode 100644 patch-test/25/new create mode 100644 patch-test/25/old create mode 100644 patch-test/25/patch-c create mode 100644 patch-test/25/patch-c0 create mode 100644 patch-test/25/patch-c1 create mode 100644 patch-test/25/patch-e create mode 100644 patch-test/25/patch-u create mode 100644 patch-test/25/patch-u0 create mode 100644 patch-test/25/patch-u1 (limited to 'patch-test/25') diff --git a/patch-test/25/def b/patch-test/25/def new file mode 100644 index 0000000..e918fee --- /dev/null +++ b/patch-test/25/def @@ -0,0 +1,51 @@ +static int +main(void) { +#ifndef x + b +#endif + a + a + a + a + a + a + a + a +#ifndef x + b +#endif + a + a + a + a + a + a + a +#ifdef x + c +#endif + a + a + a + a + a + a + a +#ifndef x + b +#endif + a + a + a + a + a + a + a + a + a + a + a +#ifndef x + b +#endif +} diff --git a/patch-test/25/new b/patch-test/25/new new file mode 100644 index 0000000..50269fa --- /dev/null +++ b/patch-test/25/new @@ -0,0 +1,37 @@ +static int +main(void) { + a + a + a + a + a + a + a + a + a + a + a + a + a + a + a + c + a + a + a + a + a + a + a + a + a + a + a + a + a + a + a + a + a + a +} diff --git a/patch-test/25/old b/patch-test/25/old new file mode 100644 index 0000000..62f7608 --- /dev/null +++ b/patch-test/25/old @@ -0,0 +1,40 @@ +static int +main(void) { + b + a + a + a + a + a + a + a + a + b + a + a + a + a + a + a + a + a + a + a + a + a + a + a + b + a + a + a + a + a + a + a + a + a + a + a + b +} diff --git a/patch-test/25/patch-c b/patch-test/25/patch-c new file mode 100644 index 0000000..cbe6207 --- /dev/null +++ b/patch-test/25/patch-c @@ -0,0 +1,49 @@ +*** old 2016-03-18 23:19:33.246770663 +0100 +--- new 2016-03-18 23:19:19.333432768 +0100 +*************** +*** 1,6 **** + static int + main(void) { +- b + a + a + a +--- 1,5 ---- +*************** main(void) { +*** 9,15 **** + a + a + a +- b + a + a + a +--- 8,13 ---- +*************** main(void) { +*** 17,22 **** +--- 15,21 ---- + a + a + a ++ c + a + a + a +*************** main(void) { +*** 24,30 **** + a + a + a +- b + a + a + a +--- 23,28 ---- +*************** main(void) { +*** 36,40 **** + a + a + a +- b + } +--- 34,37 ---- diff --git a/patch-test/25/patch-c0 b/patch-test/25/patch-c0 new file mode 100644 index 0000000..699048b --- /dev/null +++ b/patch-test/25/patch-c0 @@ -0,0 +1,22 @@ +*** old 2016-03-18 23:19:33.246770663 +0100 +--- new 2016-03-18 23:19:19.333432768 +0100 +*************** main(void) { +*** 3 **** +- b +--- 2 ---- +*************** main(void) { +*** 12 **** +- b +--- 10 ---- +*************** main(void) { +*** 19 **** +--- 18 ---- ++ c +*************** main(void) { +*** 27 **** +- b +--- 25 ---- +*************** main(void) { +*** 39 **** +- b +--- 36 ---- diff --git a/patch-test/25/patch-c1 b/patch-test/25/patch-c1 new file mode 100644 index 0000000..522a50e --- /dev/null +++ b/patch-test/25/patch-c1 @@ -0,0 +1,32 @@ +*** old 2016-03-18 23:19:33.246770663 +0100 +--- new 2016-03-18 23:19:19.333432768 +0100 +*************** static int +*** 2,4 **** + main(void) { +- b + a +--- 2,3 ---- +*************** main(void) { +*** 11,13 **** + a +- b + a +--- 10,11 ---- +*************** main(void) { +*** 19,20 **** +--- 17,19 ---- + a ++ c + a +*************** main(void) { +*** 26,28 **** + a +- b + a +--- 25,26 ---- +*************** main(void) { +*** 38,40 **** + a +- b + } +--- 36,37 ---- diff --git a/patch-test/25/patch-e b/patch-test/25/patch-e new file mode 100644 index 0000000..5d862ff --- /dev/null +++ b/patch-test/25/patch-e @@ -0,0 +1,7 @@ +39d +27d +19a + c +. +12d +3d diff --git a/patch-test/25/patch-u b/patch-test/25/patch-u new file mode 100644 index 0000000..b15ff46 --- /dev/null +++ b/patch-test/25/patch-u @@ -0,0 +1,39 @@ +--- old 2016-03-18 23:19:33.246770663 +0100 ++++ new 2016-03-18 23:19:19.333432768 +0100 +@@ -1,6 +1,5 @@ + static int + main(void) { +- b + a + a + a +@@ -9,7 +8,6 @@ main(void) { + a + a + a +- b + a + a + a +@@ -17,6 +15,7 @@ main(void) { + a + a + a ++ c + a + a + a +@@ -24,7 +23,6 @@ main(void) { + a + a + a +- b + a + a + a +@@ -36,5 +34,4 @@ main(void) { + a + a + a +- b + } diff --git a/patch-test/25/patch-u0 b/patch-test/25/patch-u0 new file mode 100644 index 0000000..d604b79 --- /dev/null +++ b/patch-test/25/patch-u0 @@ -0,0 +1,12 @@ +--- old 2016-03-18 23:19:33.246770663 +0100 ++++ new 2016-03-18 23:19:19.333432768 +0100 +@@ -3 +2,0 @@ main(void) { +- b +@@ -12 +10,0 @@ main(void) { +- b +@@ -19,0 +18 @@ main(void) { ++ c +@@ -27 +25,0 @@ main(void) { +- b +@@ -39 +36,0 @@ main(void) { +- b diff --git a/patch-test/25/patch-u1 b/patch-test/25/patch-u1 new file mode 100644 index 0000000..2b7c5ed --- /dev/null +++ b/patch-test/25/patch-u1 @@ -0,0 +1,22 @@ +--- old 2016-03-18 23:19:33.246770663 +0100 ++++ new 2016-03-18 23:19:19.333432768 +0100 +@@ -2,3 +2,2 @@ static int + main(void) { +- b + a +@@ -11,3 +10,2 @@ main(void) { + a +- b + a +@@ -19,2 +17,3 @@ main(void) { + a ++ c + a +@@ -26,3 +25,2 @@ main(void) { + a +- b + a +@@ -38,3 +36,2 @@ main(void) { + a +- b + } -- cgit v1.2.3-70-g09d2