commit e3bab58a5c8d5d6c8b27ef983686c1ee9e179231
parent eac921c1c85cc61a8af18348990075021bb29895
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 1 Dec 2020 11:18:05 +0100
update doc
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README b/README
@@ -111,9 +111,8 @@ To use the program's command-line interface, run:
where TEMPLATE is the template file, and provide the poem on stdin. Errors are
reported on stderr.
-To run plint on some provided test files, you can use test.sh. However, because
-of known bugs, some errors will be reported on the test files. To run a very
-simple test suite, run ./versetest.py; they should all pass.
+To run plint on some provided test files, you can use test.sh, which will test
+that the errors reported by plint on the input are the "right" ones.
== 4. Training ==