From: W. Trevor King Date: Sun, 19 Jul 2009 20:14:12 +0000 (-0400) Subject: be-handle-mail shown to successfully commit partially-failing emails. X-Git-Tag: 1.0.0~62^2~46^2~17 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=10199c74f31ee69c08cfa44aa8c8d098ee1f13fa;p=be.git be-handle-mail shown to successfully commit partially-failing emails. I've added the test-case that show it. --- diff --git a/interfaces/email/interactive/examples/failing_multiples b/interfaces/email/interactive/examples/failing_multiples new file mode 100644 index 0000000..ebe5406 --- /dev/null +++ b/interfaces/email/interactive/examples/failing_multiples @@ -0,0 +1,18 @@ +From jdoe@example.com Fri Apr 18 11:18:58 2008 +Message-ID: +Date: Fri, 18 Apr 2008 12:00:00 +0000 +From: John Doe +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.