From ef77d908553bfdd37b83ae4832d7e6ff36874f24 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 11 Jun 2015 17:16:30 -0700 Subject: =?UTF-8?q?spec=5Ftests.py:=20allow=20=E2=86=92=20for=20tab=20in?= =?UTF-8?q?=20HTML=20examples.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/spec_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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, -- cgit v1.2.3