summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorCarsten Brandt <mail@cebe.cc>2014-09-04 18:44:57 +0200
committerCarsten Brandt <mail@cebe.cc>2014-09-04 18:44:57 +0200
commit8c5988d29d10d4b187d66fc7093601902ed93247 (patch)
tree9ec4ea619555a9fa2539ac25ed2e3f5ab8ba587a /spec.txt
parentce20e32f0e4b50fefc8b19b092466186a596ea59 (diff)
Updated usage information for runtests.pl
As this is how it introduces itself when run without parameters and also how it works properly. ``` $ perl runtests.pl runtests.pl SPEC PROGRAM Set ANSI_COLORS_DISABLED=1 if you redirect to a file. Set PATT='...' to restrict tests to sections matching a regex. ```
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 ad3e9da..525cb74 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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