Fix LTL output for Spin.

* src/ltlvisit/tostring.cc (spin_kw): Output X, not ().
This commit is contained in:
Alexandre Duret-Lutz 2012-05-05 11:05:58 +02:00
parent 927d745805
commit 7438fa3c65

View file

@ -105,11 +105,11 @@ namespace spot
"1",
"[*0]", // not supported
" xor ", // rewritten
" -> ", // rewritten
" <-> ", // rewritten
" -> ", // rewritten, although supported
" <-> ", // rewritten, although supported
" U ",
" V ",
" W ", // rewritten
" W ", // rewritten, although supported
" M ", // rewritten
"<>-> ", // not supported
"<>=> ", // not supported
@ -118,7 +118,7 @@ namespace spot
"[]-> ", // not supported
"[]=> ", // not supported
"!",
"()",
"X",
"<>",
"[]",
" || ",