* src/tgbatest/explpro2.test: Fix reordering regex.

This commit is contained in:
Alexandre Duret-Lutz 2004-01-26 10:16:18 +00:00
parent 468a32ea6e
commit 57ddf52df0
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2004-01-26 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/explpro2.test: Fix reordering regex.
* src/tgbatest/defs.in (run): Use libtool --mode=execute.
2004-01-23 Alexandre Duret-Lutz <adl@src.lip6.fr>

View file

@ -47,7 +47,7 @@ run 0 ./explprod input1 input2 > stdout
# Sort out some possible inversions in the output.
# (The order is not guaranteed by SPOT.)
perl -pe 's/("\w+") ("\w+")(?: ("\w+"))?/@{[sort $1, $2, $3]}/g;s/\(!b & a\)/(a & !b)/g;s/\(!c & a\)/(a & !c)/g' \
perl -pe 's/("\w+") ("\w+")(?: ("\w+"))?/@{[sort $1, $2, $3]}/g;s/\(!b & a\)/(a & !b)/g;s/\(b & !a\)/(!a & b)/g' \
stdout > tmp_ && mv tmp_ stdout
cat stdout