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/3 | |
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/3')
-rw-r--r-- | patch-test/3/def | 5 | ||||
-rw-r--r-- | patch-test/3/new | 1 | ||||
-rw-r--r-- | patch-test/3/old | 1 | ||||
-rw-r--r-- | patch-test/3/patch | 5 | ||||
-rw-r--r-- | patch-test/3/patch-c | 8 | ||||
-rw-r--r-- | patch-test/3/patch-c0 | 8 | ||||
-rw-r--r-- | patch-test/3/patch-c1 | 8 | ||||
-rw-r--r-- | patch-test/3/patch-u | 6 | ||||
-rw-r--r-- | patch-test/3/patch-u0 | 6 | ||||
-rw-r--r-- | patch-test/3/patch-u1 | 6 |
10 files changed, 54 insertions, 0 deletions
diff --git a/patch-test/3/def b/patch-test/3/def new file mode 100644 index 0000000..7c5bac5 --- /dev/null +++ b/patch-test/3/def @@ -0,0 +1,5 @@ +#ifndef x +hi +#else +hej +#endif diff --git a/patch-test/3/new b/patch-test/3/new new file mode 100644 index 0000000..eca14b8 --- /dev/null +++ b/patch-test/3/new @@ -0,0 +1 @@ +hej
\ No newline at end of file diff --git a/patch-test/3/old b/patch-test/3/old new file mode 100644 index 0000000..45b983b --- /dev/null +++ b/patch-test/3/old @@ -0,0 +1 @@ +hi diff --git a/patch-test/3/patch b/patch-test/3/patch new file mode 100644 index 0000000..a18eafd --- /dev/null +++ b/patch-test/3/patch @@ -0,0 +1,5 @@ +1c1 +< hi +--- +> hej +\ No newline at end of file diff --git a/patch-test/3/patch-c b/patch-test/3/patch-c new file mode 100644 index 0000000..25c57ea --- /dev/null +++ b/patch-test/3/patch-c @@ -0,0 +1,8 @@ +*** old 2016-03-11 09:32:26.278546944 +0100 +--- new 2016-03-11 09:32:20.328544692 +0100 +*************** +*** 1 **** +! hi +--- 1 ---- +! hej +\ No newline at end of file diff --git a/patch-test/3/patch-c0 b/patch-test/3/patch-c0 new file mode 100644 index 0000000..25c57ea --- /dev/null +++ b/patch-test/3/patch-c0 @@ -0,0 +1,8 @@ +*** old 2016-03-11 09:32:26.278546944 +0100 +--- new 2016-03-11 09:32:20.328544692 +0100 +*************** +*** 1 **** +! hi +--- 1 ---- +! hej +\ No newline at end of file diff --git a/patch-test/3/patch-c1 b/patch-test/3/patch-c1 new file mode 100644 index 0000000..25c57ea --- /dev/null +++ b/patch-test/3/patch-c1 @@ -0,0 +1,8 @@ +*** old 2016-03-11 09:32:26.278546944 +0100 +--- new 2016-03-11 09:32:20.328544692 +0100 +*************** +*** 1 **** +! hi +--- 1 ---- +! hej +\ No newline at end of file diff --git a/patch-test/3/patch-u b/patch-test/3/patch-u new file mode 100644 index 0000000..e36bc04 --- /dev/null +++ b/patch-test/3/patch-u @@ -0,0 +1,6 @@ +--- old 2016-03-11 09:32:26.278546944 +0100 ++++ new 2016-03-11 09:32:20.328544692 +0100 +@@ -1 +1 @@ +-hi ++hej +\ No newline at end of file diff --git a/patch-test/3/patch-u0 b/patch-test/3/patch-u0 new file mode 100644 index 0000000..e36bc04 --- /dev/null +++ b/patch-test/3/patch-u0 @@ -0,0 +1,6 @@ +--- old 2016-03-11 09:32:26.278546944 +0100 ++++ new 2016-03-11 09:32:20.328544692 +0100 +@@ -1 +1 @@ +-hi ++hej +\ No newline at end of file diff --git a/patch-test/3/patch-u1 b/patch-test/3/patch-u1 new file mode 100644 index 0000000..e36bc04 --- /dev/null +++ b/patch-test/3/patch-u1 @@ -0,0 +1,6 @@ +--- old 2016-03-11 09:32:26.278546944 +0100 ++++ new 2016-03-11 09:32:20.328544692 +0100 +@@ -1 +1 @@ +-hi ++hej +\ No newline at end of file |