diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-27 12:30:04 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-27 12:30:04 -0800 |
commit | 3f7bdb1382cd3632cf813e165c4143bc8f7961d6 (patch) | |
tree | 45db3a26c3632812cde13e604b736101935bcec2 /spec.txt | |
parent | f320d9f9ea2f983d9a0f5d01f1235eef1df28f37 (diff) |
Renamed runtests.py -> spec_tests.py.
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.py` can be used to run the tests +accompanying script `spec_tests.py` can be used to run the tests against any Markdown program: - python runtests.py --spec spec.txt --program PROGRAM + python spec_tests.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 |