summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/spec_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec_tests.py b/test/spec_tests.py
index 99ac0dd..afa79db 100755
--- a/test/spec_tests.py
+++ b/test/spec_tests.py
@@ -53,8 +53,8 @@ def do_test(test, normalize):
sys.stdout.write(test['markdown'])
if unicode_error:
print "Unicode error: " + str(unicode_error)
- print repr(expected_html)
- print repr(actual_html)
+ print "Expected: " + repr(expected_html)
+ print "Got: " + repr(actual_html)
else:
expected_html_lines = expected_html.splitlines(True)
actual_html_lines = actual_html.splitlines(True)