Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
57ddf52d
Commit
57ddf52d
authored
Jan 26, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbatest/explpro2.test: Fix reordering regex.
parent
468a32ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
57ddf52d
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>
...
...
src/tgbatest/explpro2.test
View file @
57ddf52d
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment