parseaut: fix parsing of /*****/

* spot/parseaut/scanaut.ll: Here.
* tests/core/strength.test: Add a test.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2016-04-18 18:38:55 +02:00
parent 17c57b5272
commit ae82f1a85d
3 changed files with 8 additions and 6 deletions

1
NEWS
View file

@ -3,6 +3,7 @@ New in spot 2.0a (not yet released)
Bug fixes:
* Typo in documentation of the -H option in --help output.
* The automaton parser would choke on comments like /******/.
New in spot 2.0 (2016-04-11)