From 12082fc6a94c483b1057e6d09300c25cb9602c05 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 31 Oct 2012 14:00:24 -0300 Subject: started collecting email response quote separators --- askbot/tests/email_parsing_tests.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/askbot/tests/email_parsing_tests.py b/askbot/tests/email_parsing_tests.py index 905bff0a..6cc5e576 100644 --- a/askbot/tests/email_parsing_tests.py +++ b/askbot/tests/email_parsing_tests.py @@ -23,3 +23,11 @@ class EmailParseTests(utils.AskbotTestCase): print cleaned_body print "CLEANED BODY" self.assertEquals(cleaned_body, self.expected_output) + +"""collection of quote separators separated with an empty line +u'\n\nthis is my reply!\n\nOn Wed, Oct 31, 2012 at 1:45 AM, wrote:\n\n> **\n> ' + +u'\n\nthis is my another reply!\n\nOn Wed, Oct 31, 2012 at 1:45 AM, wrote:\n>\n> ' + +u'\n\nSending this from my yahoo mail account.\n\n\n\n________________________________\n From: "kp@kp-dev.askbot.com" \nTo: fadeev@rocketmail.com \nSent: Wednesday, October 31, 2012 2:41 AM\nSubject: "This is my test question"\n \n\n \n \n \n' +""" -- cgit v1.2.3-1-g7c22