From 10199c74f31ee69c08cfa44aa8c8d098ee1f13fa Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 19 Jul 2009 16:14:12 -0400 Subject: be-handle-mail shown to successfully commit partially-failing emails. I've added the test-case that show it. --- .../email/interactive/examples/failing_multiples | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 interfaces/email/interactive/examples/failing_multiples 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. -- cgit