summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-29 21:36:22 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-29 21:36:22 -0800
commit3643c9c36b35bdd2b5da963ac3d05ef0e2cbf7e7 (patch)
tree33e60794ade8fabc3afcccfdd6db2436638b357c /spec.txt
parentd76f07909ff44a36b0ea6e993484ad9e9fd6ff11 (diff)
Updated path for spec_test.py.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 3e8d968..c2084fd 100644
--- a/spec.txt
+++ b/spec.txt
@@ -173,7 +173,7 @@ HTML. These are intended to double as conformance tests. An
accompanying script `spec_tests.py` can be used to run the tests
against any Markdown program:
- python spec_tests.py --spec spec.txt --program PROGRAM
+ python test/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