fixed expected markers and incorrect condensed header not matching regex

This commit is contained in:
smitcona
2017-02-06 15:03:22 +00:00
parent 34c5b526c3
commit 29f1d21be7

View File

@@ -713,7 +713,7 @@ def test_split_email():
Hello. Hello.
On 24th February 2016 at 09.32am, Conal Wrote: On 24th February 2016 at 09.32am, Conal wrote:
Hey! Hey!
@@ -742,6 +742,6 @@ def test_split_email():
> >
> >
""" """
expected_markers = "stttttsttttetetetesmmmmmmssmmmmmmsmmmmmmmm" expected_markers = "stttttsttttetesetesmmmmmmssmmmmmmsmmmmmmmm"
markers = quotations.split_emails(msg) markers = quotations.split_emails(msg)
eq_(markers, expected_markers) eq_(markers, expected_markers)