* src/ltlvisit/tostring.cc: Fix output of F0, F1, G0, G1, X0, and X1.

* src/ltltest/tostring.test: Test these.
This commit is contained in:
Alexandre Duret-Lutz 2004-01-30 16:55:12 +00:00
parent 1d72cdc86e
commit 2f7d46d719
3 changed files with 15 additions and 0 deletions

View file

@ -43,3 +43,5 @@ run 0 ./tostring 'a <=> b'
run 0 ./tostring 'a & b & (c |(f U g)| e)'
run 0 ./tostring 'b & a & a & (c | e |(g U g)| e | c) & b'
run 0 ./tostring 'F"F1"&G"G"&X"X"'
run 0 ./tostring 'GFfalse'
run 0 ./tostring 'GFtrue'