diff --git a/tests/html_quotations_test.py b/tests/html_quotations_test.py index 27fec9e..385bac1 100644 --- a/tests/html_quotations_test.py +++ b/tests/html_quotations_test.py @@ -50,6 +50,24 @@ def test_quotation_splitter_outside_blockquote(): RE_WHITESPACE.sub('', quotations.extract_from_html(msg_body))) +def test_regular_blockquote(): + msg_body = """Reply +
Regular+ +
++""" + eq_("++Nested+
Reply
Regular", + RE_WHITESPACE.sub('', quotations.extract_from_html(msg_body))) + + def test_no_blockquote(): msg_body = """