From a403ecb5c94c3eef60ea212b07e52a6ff90dc3f2 Mon Sep 17 00:00:00 2001 From: smitcona Date: Wed, 1 Feb 2017 18:09:35 +0000 Subject: [PATCH] Adding two level indentation test --- tests/text_quotations_test.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/text_quotations_test.py b/tests/text_quotations_test.py index 8cd2023..c0c1294 100644 --- a/tests/text_quotations_test.py +++ b/tests/text_quotations_test.py @@ -723,7 +723,13 @@ Hey! > To: xxx@gmail.com; xxx@hotmail.com; xxx@yahoo.com; xxx@aol.com; xxx@comcast.net; xxx@nyc.rr.com > > Hi +> +> > From: bob@xxx.mailgun.org +> > To: xxx@gmail.com; xxx@hotmail.com; xxx@yahoo.com; xxx@aol.com; xxx@comcast.net; xxx@nyc.rr.com +> > Date: Mon, 2 Apr 2012 17:44:22 +0400 +> > Subject: Test +> > Hi """ - expected_markers = "stttttsttttetesttesmtmmm" + expected_markers = "stttttsttttetesttesmtmmmmsmtmm" markers = quotations.split_emails(msg) eq_(markers, expected_markers)