forked from novoid/Memacs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Armin Wieser <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ def test_parse_mail_without_body(self): | |
self.assertEqual(notes, "") | ||
p = """ :PROPERTIES: | ||
:TO: Bob Bobby <[email protected]> | ||
:ID: [email protected] | ||
:ID: 8fd560c32d51c455744df7abd26ea545924ba632 | ||
:END:""" | ||
|
||
self.assertEqual(unicode(properties), p) | ||
|
@@ -61,7 +61,7 @@ def test_parse_mail_with_body(self): | |
"\nkind reagards,\nBob") | ||
p = """ :PROPERTIES: | ||
:TO: Bob Bobby <[email protected]> | ||
:ID: [email protected] | ||
:ID: 8fd560c32d51c455744df7abd26ea545924ba632 | ||
:END:""" | ||
|
||
self.assertEqual(unicode(properties), p) | ||
|
@@ -90,7 +90,7 @@ def test_parse_ng_with_body(self): | |
self.assertEqual(notes, "i just want to say that i love Memacs\n") | ||
p = """ :PROPERTIES:\n :REPLY-TO: [email protected] | ||
:NEWSGROUPS: tu-graz.betriebssysteme.linux | ||
:ID: <[email protected]> | ||
:ID: 53e60f934645301478db6c9d5d3df71a043f9851 | ||
:END:""" | ||
|
||
self.assertEqual(unicode(properties), p) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters