Fix two formula leaks.
* src/ltlvisit/simplify.cc (reduce_sere_ltl): Here. * src/ltltest/reduccmp.test: Add a test case.
This commit is contained in:
parent
1f54581215
commit
f5fea7484b
2 changed files with 3 additions and 0 deletions
|
|
@ -329,6 +329,7 @@ for x in ../reduccmp ../reductaustr; do
|
|||
run 0 $x '{a;(b[*2..4];c*;([*0]+{d;e}))*}!' \
|
||||
'{a;(b[*2..4];c*;([*0]+{d;e}))*}!'
|
||||
run 0 $x '{((a*;b)+[*0])[*4..6]}!' '{((a*;b))[*0..6]}!'
|
||||
run 0 $x '{c[*];e[*]}[]-> a' '{c[*];e[*]}[]-> a'
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue