tl: fix detection of goto

Fixes #559.

* spot/tl/print.cc (strip_star_not): Only match a full star.
* tests/core/sugar.test: Add test case.
This commit is contained in:
Alexandre Duret-Lutz 2024-02-06 22:37:34 +01:00
parent 94ab42612a
commit db168f97e6
3 changed files with 14 additions and 0 deletions

4
NEWS
View file

@ -219,6 +219,10 @@ New in spot 2.11.6.dev (not yet released)
fail to color some transiant edges when the "acd" option was
activated.
- The formula printer incorrectly replaced a SERE like "(!a)[*3];a"
by "a[->]". The latter should only replace "(!a)[*];a".
(Issue #559.)
New in spot 2.11.6 (2023-08-01)
Bug fixes: