diff options
author | Carsten Brandt <mail@cebe.cc> | 2014-09-04 18:44:57 +0200 |
---|---|---|
committer | Carsten Brandt <mail@cebe.cc> | 2014-09-04 18:44:57 +0200 |
commit | 8c5988d29d10d4b187d66fc7093601902ed93247 (patch) | |
tree | 9ec4ea619555a9fa2539ac25ed2e3f5ab8ba587a | |
parent | ce20e32f0e4b50fefc8b19b092466186a596ea59 (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.
```
-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 |