dot: quote identifiers containing a minus

* spot/twaalgos/dot.cc: Quote identifiers containing a minus.
* tests/core/alternating.test: Add test case.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2022-06-23 16:19:50 +02:00
parent 166a26417c
commit b4279d3a12
3 changed files with 64 additions and 5 deletions

4
NEWS
View file

@ -120,6 +120,10 @@ New in spot 2.10.6.dev (not yet released)
into the universal edge vector, since the later can be
reallocated during that process.
- Printing an alternating automaton with print_dot() using 'u' to
hide true state could produce some incorrect GraphViz output if
the automaton as a true state as part of a universal group.
New in spot 2.10.6 (2022-05-18)
Bugs fixed: