Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.compare.tests/patchdata/patch_hunkFilter.txt')
-rw-r--r--tests/org.eclipse.compare.tests/patchdata/patch_hunkFilter.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/org.eclipse.compare.tests/patchdata/patch_hunkFilter.txt b/tests/org.eclipse.compare.tests/patchdata/patch_hunkFilter.txt
new file mode 100644
index 000000000..fe0831c4a
--- /dev/null
+++ b/tests/org.eclipse.compare.tests/patchdata/patch_hunkFilter.txt
@@ -0,0 +1,25 @@
+--- old.txt 2005-05-07 00:16:20.000000000 +0200
++++ new.txt 2005-05-07 00:16:32.000000000 +0200
+@@ -3,2 +3,4 @@
+ [c]
++[c1]
++[c2]
+ [d]
+@@ -8,3 +10,3 @@
+ [h]
+-[i]
++[i1]
+ [j]
+@@ -14,3 +16,2 @@
+ [n]
+-[o]
+ [p]
+@@ -19,2 +20,3 @@
+ [s]
++[s1]
+ [t]
+@@ -29,2 +32,3 @@
+ [yy]
++[xx]
+ [yy]
+ \ No newline at end of file

Back to the top