* src/ltlparse/ltlscan.ll: Recognize && and ||.

* src/ltltest/parse.test, src/ltltest/parseerr.test,
src/ltltest/equals.test: Use these operators..
This commit is contained in:
Alexandre Duret-Lutz 2003-04-18 09:12:26 +00:00
parent 83cb6f3a39
commit d9cd704bcb
5 changed files with 31 additions and 20 deletions

View file

@ -20,6 +20,9 @@ for f in \
'a + b' \
'a3214 | b' \
'a & b' \
'a && b' \
'a || b' \
'a | b' \
'_a_ U b' \
'a R b' \
'a <=> b' \