Generalize patch from 2011-02-03 by allowing guards like "! (...)".

* src/neverparse/neverclaimscan.ll: Allow space between ! and (.
* src/tgbatest/neverclaimread.test: Add space for testing.
This commit is contained in:
Alexandre Duret-Lutz 2011-02-07 00:06:18 +01:00
parent 0568eaf0ee
commit 8b06edbc3b
3 changed files with 9 additions and 2 deletions

View file

@ -35,7 +35,7 @@ T1:
if
:: (p1 && (! p0)) -> goto accept_all
:: (p1) -> goto T1
:: !(p1) -> goto T2_init
:: ! (p1) -> goto T2_init
fi;
accept_all:
skip