* src/ltlvisit/tostring.cc (to_spin_string_visitor,
to_string_visitor): Do not parenthesize the top-level formula. * tgbatest/explicit.test, tgbatest/explpro2.test, tgbatest/explpro3.test, tgbatest/explprod.test, tgbatest/readsave.test, tgbatest/tgbaread.test, tgbatest/tripprod.test: Adjust expected output. * sanity/style.test: Fix regexes to catch an error seen in tostring.cc.
This commit is contained in:
parent
6f4ab3af6c
commit
35ef738ff9
10 changed files with 72 additions and 43 deletions
|
|
@ -39,7 +39,7 @@ digraph G {
|
|||
0 [label="", style=invis, height=0]
|
||||
0 -> 1
|
||||
1 [label="s1"]
|
||||
1 -> 2 [label="(a & !b)\n{Acc[d], Acc[c]}"]
|
||||
1 -> 2 [label="a & !b\n{Acc[d], Acc[c]}"]
|
||||
2 [label="s2"]
|
||||
2 -> 3 [label="a\n{Acc[c]}"]
|
||||
3 [label="state 3"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue