- Commit
- ef77d908553bfdd37b83ae4832d7e6ff36874f24
- Parent
- 50d3b871ad9f63907c5b19bb478aae0b6c1247a4
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
spec_tests.py: allow → for tab in HTML examples.
My personal build of CMark ✏️
spec_tests.py: allow → for tab in HTML examples.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | test/spec_tests.py | 2 | 1 | 1 |
diff --git 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,