be-handle-mail shown to successfully commit partially-failing emails.
authorW. Trevor King <wking@drexel.edu>
Sun, 19 Jul 2009 20:14:12 +0000 (16:14 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 19 Jul 2009 20:14:12 +0000 (16:14 -0400)
I've added the test-case that show it.

interfaces/email/interactive/examples/failing_multiples [new file with mode: 0644]

diff --git a/interfaces/email/interactive/examples/failing_multiples b/interfaces/email/interactive/examples/failing_multiples
new file mode 100644 (file)
index 0000000..ebe5406
--- /dev/null
@@ -0,0 +1,18 @@
+From jdoe@example.com Fri Apr 18 11:18:58 2008
+Message-ID: <abcd@example.com>
+Date: Fri, 18 Apr 2008 12:00:00 +0000
+From: John Doe <jdoe@example.com>
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+Subject: [be-bug] Commit message...
+
+new "test_bug"
+new "test_bug_2"
+failing-command
+new "test_bug_3"
+
+--
+This message fails partway through, but the partial changes should be
+recorded in a commit...
+
+Note the lack of spaces in the bug summary strings.