parseaut: do not ignore the "unambiguous" property

Fixes #115.

* src/parseaut/parseaut.yy: Set the property on the output automaton.
* src/tests/unambig.test: Add a test case.
* NEWS: Mention the fix.
This commit is contained in:
Alexandre Duret-Lutz 2015-11-04 17:11:25 +01:00
parent cbaa94f911
commit bf5749189e
3 changed files with 53 additions and 2 deletions

3
NEWS
View file

@ -1,6 +1,7 @@
New in spot 1.99.5a (not yet released)
Nothing yet.
Bug fixes:
* automaton parser was ignoring the "unambiguous" property.
New in spot 1.99.5 (2015-11-03)