Read p=0Wq=1 and p=0Mq=1 correctly.

* src/ltlparse/ltlscan.ll: Handle p=0Wq=1 and p=0Mq=1 in
the same way as we did for
* src/ltltest/parse.test: More tests.
This commit is contained in:
Alexandre Duret-Lutz 2010-10-15 17:46:47 +02:00
parent 754ff36b01
commit f2732dd8cc
2 changed files with 13 additions and 10 deletions

View file

@ -73,6 +73,8 @@ for f in \
'a R ome V anille' \
'p=0Uq=1' \
'((p=1Rq=1)+p=0)UXq=0' \
'((p=1Mq=1)Wx+p=0)RXq=0' \
'((p=1Vq=1)Rx+p=0)WXq=0' \
'((X(p2=0))U(X(p2=0)))+((Xp1=0)UFALSE)'
do