summaryrefslogtreecommitdiff
path: root/tests/test_legacy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_legacy.py')
-rw-r--r--tests/test_legacy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_legacy.py b/tests/test_legacy.py
index 94fdd13..363161a 100644
--- a/tests/test_legacy.py
+++ b/tests/test_legacy.py
@@ -44,7 +44,7 @@ class TestPhp(LegacyTestCase):
"""
Notes on "excluded" tests:
- Quotes in attributes: attributes get output in differant order
+ Quotes in attributes: attributes get output in different order
Inline HTML (Span): Backtick in raw HTML attribute TODO: fixme
@@ -60,7 +60,7 @@ class TestPhp(LegacyTestCase):
Mixed OLs and ULs: We match markdown.pl here. I think PHP is wrong here
- Emphasis: We have various minor differances in combined & incorrect em markup.
+ Emphasis: We have various minor differences in combined & incorrect em markup.
Maybe fix a few of them - but most aren't too important
Code block in a list item: We match markdown.pl - not sure how php gets that output??