diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-06 19:50:39 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-06 19:50:39 -0700 |
commit | 141cf324c157d21f64f505c0923b46cca97b3d81 (patch) | |
tree | b1081f190e918fcdf7b38a107613e16a63fd8aac | |
parent | 778a58c4e48d4198c0f0654600e5a0e7cc889dfb (diff) | |
parent | 8c5988d29d10d4b187d66fc7093601902ed93247 (diff) |
Merge pull request #54 from cebe/patch-1
Updated usage information for runtests.pl
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ HTML. These are intended to double as conformance tests. An accompanying script `runtests.pl` can be used to run the tests against any Markdown program: - perl runtests.pl PROGRAM spec.html + perl runtests.pl spec.txt 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 |