plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit 7079f072bd1db3f28bc43ede33c6520d2abf2d6b
parent 87bb1f084bdf2189b0f91fb31166aec84fecf1bb
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun,  6 Sep 2015 22:28:20 +0200

make versetest.py executable

Diffstat:
README | 2+-
versetest.py | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -75,7 +75,7 @@ along the lines of: 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 python3 versetest.py; they should all pass. +simple test suite, run ./versetest.py; they should all pass. == 4. Training == diff --git a/versetest.py b/versetest.py