From b5e3397b8806ce29090f1134ed6bc7c3155ffd3e Mon Sep 17 00:00:00 2001 From: smitcona Date: Tue, 22 Nov 2016 20:00:31 +0000 Subject: [PATCH] Updating test to account for --original message-- case --- tests/text_quotations_test.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/text_quotations_test.py b/tests/text_quotations_test.py index 5a9f998..ff8722a 100644 --- a/tests/text_quotations_test.py +++ b/tests/text_quotations_test.py @@ -712,7 +712,11 @@ Subject: Hi Attachments: none Hello. + +-- Original Message -- +On 24th February 2016 at 09.32am Conal Wrote: +Hey! """ - expected_markers = "stttttsttttet" + expected_markers = "stttttsttttetestt" markers = quotations.split_emails(msg) eq_(markers, expected_markers)