genaut: minor fixes and add test case

* bin/genaut.cc: Use RANGE instead of N, and document it.
Output the FORMAT documentation, and fix handling of %F and %L.
* tests/core/genaut.test: New file.
* tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2017-04-22 11:00:50 +02:00
parent 3c0aecf4e6
commit e4a5bf8192
3 changed files with 52 additions and 30 deletions

View file

@ -151,6 +151,7 @@ TESTS_tl = \
core/length.test \
core/equals.test \
core/tostring.test \
core/genaut.test \
core/genltl.test \
core/lunabbrev.test \
core/tunabbrev.test \