add test case for issue #546

This, and the previous two patches, fixes issue #546.

* tests/core/ltlcross.test: Add a test case.
This commit is contained in:
Alexandre Duret-Lutz 2023-11-09 23:19:39 +01:00
parent 67b5d2aa9a
commit 5826a40063

View file

@ -68,3 +68,6 @@ ltlcross --verbose ltl2tgba ltl2tgba \
# Issue #524. # Issue #524.
ltlcross ltl2tgba -f '!(X(v3 | G!v5) | ((Xv5 & !(v5 & !X!v3)) U !v5))' ltlcross ltl2tgba -f '!(X(v3 | G!v5) | ((Xv5 & !(v5 & !X!v3)) U !v5))'
# Issue #546.
ltlcross 'ltl2tgba --medium -p' 'ltl2tgba -p' -f 'a | FGa | GF(!b | Gb)'