genltl: fix %F for --r-left and --r-right

Fixes #247.

* bin/genltl.cc: Here.
* tests/core/genltl.test: Make sure %F always return a correct pattern
name..
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-22 14:06:02 +01:00
parent 1596f0ed75
commit cdf699ff23
3 changed files with 13 additions and 2 deletions

3
NEWS
View file

@ -5,6 +5,9 @@ New in spot 2.3.2.dev (not yet released)
- In "lenient" mode the parser would fail to recover from
a missing closing brace.
- The output of 'genltl --r-left=1 --r-right=1 --format=%F'
had typos.
New in spot 2.3.2 (2017-03-15)
Tools: