product_susp: fix product of state-based automata

Reported by Simon Jantsch.

* spot/twaalgos/product.cc: Here.
* tests/core/unambig2.test: New file, testing this plus
the previous patch.
* tests/Makefile.am: Add unambig2.test.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2019-02-02 14:41:22 +01:00
parent d4203c8ad0
commit 699f21b9af
4 changed files with 149 additions and 17 deletions

View file

@ -273,6 +273,7 @@ TESTS_twa = \
core/monitor.test \
core/dra2dba.test \
core/unambig.test \
core/unambig2.test \
core/ltlcross4.test \
core/ltl3ba.test \
core/streett.test \