Set the marker back to 'm' rather than 't' if it matches the QUOT_PATTERN. Updated test case.
This commit is contained in:
@@ -730,6 +730,6 @@ Hey!
|
||||
> > Subject: Test
|
||||
> > Hi
|
||||
"""
|
||||
expected_markers = "stttttsttttetesttesmtmmmmsmtmm"
|
||||
expected_markers = "stttttsttttetesttesmmmmmmsmmmm"
|
||||
markers = quotations.split_emails(msg)
|
||||
eq_(markers, expected_markers)
|
||||
|
||||
Reference in New Issue
Block a user