summaryrefslogtreecommitdiff
path: root/tests/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.py')
-rw-r--r--tests/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test.py b/tests/test.py
index d0622de..85e8af2 100644
--- a/tests/test.py
+++ b/tests/test.py
@@ -89,7 +89,8 @@ document.write('<a href="' + href + '">' + linktext + "</a>");
self.assertEqual(sp("--"), "&#8212;")
self.assertEqual(sp("-->"), "&#8212;>")
self.assertEqual(sp("<!-- comment -->"), "<!-- comment -->")
- self.assertEqual(sp("<!-- <li>Fee-fi-of-fum</li> -->"), "<!-- <li>Fee-fi-of-fum</li> -->")
+ self.assertEqual(sp("<!-- <li>Fee-fi-of-fum</li> -->"),
+ "<!-- <li>Fee-fi-of-fum</li> -->")
def test_ordinal_numbers(self):