summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/spec_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec_tests.py b/test/spec_tests.py
index b1b0373..2ca4b60 100755
--- a/test/spec_tests.py
+++ b/test/spec_tests.py
@@ -96,7 +96,7 @@ def get_tests(specfile):
end_line = line_number
tests.append({
"markdown":''.join(markdown_lines).replace('→',"\t"),
- "html":''.join(html_lines),
+ "html":''.join(html_lines).replace('→',"\t"),
"example": example_number,
"start_line": start_line,
"end_line": end_line,