From f0ea26424119393a7c4baea4dab215af0c7bc9c4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 20 Jul 2009 17:37:31 -0400 Subject: Use shlex.split() to parse control lines in be-handle-mail. Split arguments following POSIX rather than at all whitespace. --- interfaces/email/interactive/examples/failing_multiples | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'interfaces/email/interactive/examples/failing_multiples') 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: Date: Fri, 18 Apr 2008 12:00:00 +0000 From: John Doe @@ -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. -- cgit