tostring: quote U, W, M, R when used as atomic propositions
* src/ltltest/tostring.test, src/ltltest/parse.test: More tests. * src/ltlvisit/tostring.cc (is_bare_word): Quote U, W, M, R. * NEWS: Mention it.
This commit is contained in:
parent
5086e24165
commit
bf3c3aecde
4 changed files with 29 additions and 10 deletions
4
NEWS
4
NEWS
|
|
@ -9,6 +9,10 @@ New in spot 1.0a (not released):
|
|||
- "P0.init" is parsed as an atomic even without the double quotes,
|
||||
but it was always output with double quotes. This version will
|
||||
not quote this atomic proposition anymore.
|
||||
- "U", "W", "M", "R" were correctly parsed as atomic propositions
|
||||
(instead of binary operators) when placed in double quotes, but
|
||||
on output they were output without quotes, making the result
|
||||
unparsable.
|
||||
- tgba_product::transition_annotation() would segfault when
|
||||
called in a product against a Kripke structure.
|
||||
* Minor improvements:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue