diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-18 21:38:45 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-18 23:52:24 -0800 |
commit | 4b87bbb3e29c460940fc183f63a3b424ddf90187 (patch) | |
tree | 1992fffbf5a241810badf801187faacc00b65a6c /spec.txt | |
parent | 1ce9c8a9a4fd274beeac26ab506ce508745c47ab (diff) |
Added python version of test runner.
This tests the dynamic library when run without a second argument.
The code makes use of an amended version of the normalization
method from karlcow/markdown-testsuite.
Closes #161.
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -170,10 +170,10 @@ as a "syntax error," the divergence often isn't discovered right away. This document attempts to specify Markdown syntax unambiguously. It contains many examples with side-by-side Markdown and HTML. These are intended to double as conformance tests. An -accompanying script `runtests.pl` can be used to run the tests +accompanying script `runtests.py` can be used to run the tests against any Markdown program: - perl runtests.pl spec.txt PROGRAM + python runtests.py --spec spec.txt --program PROGRAM Since this document describes how Markdown is to be parsed into an abstract syntax tree, it would have made sense to use an abstract |