diff options
-rwxr-xr-x | spec_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec_tests.py b/spec_tests.py index da3f550..6e0d4cc 100755 --- a/spec_tests.py +++ b/spec_tests.py @@ -264,7 +264,7 @@ def do_tests(specfile, prog, pattern, normalize, dump_tests): if active: if dump_tests: tests_json.append({ - "markdown":''.join(markdown_lines), + "markdown":''.join(markdown_lines).replace('→',"\t"), "html":''.join(html_lines), "example": example_number, "start_line": start_line, |