summaryrefslogtreecommitdiffhomepage
path: root/tests/08_test_patch_data
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-12-24 11:15:30 +0100
committerGuido Günther <agx@sigxcpu.org>2011-12-26 14:02:24 +0100
commit637b87a01a9bdc95c48a6edd85db196f9c4a95a9 (patch)
treeca09e710947c3303b12554f512bac583f23391fc /tests/08_test_patch_data
parentee9748eee0d05178effcdd0a40702615a4ac461a (diff)
pq.Patch: move support for parsing patch headers into Patch class
and add tests.
Diffstat (limited to 'tests/08_test_patch_data')
-rw-r--r--tests/08_test_patch_data/patch1.diff7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/08_test_patch_data/patch1.diff b/tests/08_test_patch_data/patch1.diff
new file mode 100644
index 00000000..5521b73e
--- /dev/null
+++ b/tests/08_test_patch_data/patch1.diff
@@ -0,0 +1,7 @@
+From: foo <foo@example.com>
+Date: Sat, 24 Dec 2011 12:05:53 +0100
+Subject: This is
+ patch1
+
+This is the long description.
+It can span several lines.