diff options
author | W. Trevor King <wking@drexel.edu> | 2009-07-20 17:37:31 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-07-20 17:37:31 -0400 |
commit | f0ea26424119393a7c4baea4dab215af0c7bc9c4 (patch) | |
tree | e0dd15b3ead5ca9ccdcebe31a431bb0fe032c95b /interfaces/email/interactive/examples/failing_multiples | |
parent | 84a9c8a8b93b45940d194ce898f7f3ca2adfe8e4 (diff) | |
download | bugseverywhere-f0ea26424119393a7c4baea4dab215af0c7bc9c4.tar.gz |
Use shlex.split() to parse control lines in be-handle-mail.
Split arguments following POSIX rather than at all whitespace.
Diffstat (limited to 'interfaces/email/interactive/examples/failing_multiples')
-rw-r--r-- | interfaces/email/interactive/examples/failing_multiples | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/interfaces/email/interactive/examples/failing_multiples b/interfaces/email/interactive/examples/failing_multiples index ebe5406..cf50211 100644 --- a/interfaces/email/interactive/examples/failing_multiples +++ b/interfaces/email/interactive/examples/failing_multiples @@ -1,4 +1,4 @@ -From jdoe@example.com Fri Apr 18 11:18:58 2008 +From jdoe@example.com Fri Apr 18 12:00:00 2008 Message-ID: <abcd@example.com> Date: Fri, 18 Apr 2008 12:00:00 +0000 From: John Doe <jdoe@example.com> @@ -6,13 +6,11 @@ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [be-bug] Commit message... -new "test_bug" -new "test_bug_2" +new "test bug" +new "test bug 2" failing-command -new "test_bug_3" +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. |