hoa: check parsing from stdin
* src/tgbatest/hoaparse.test: More test.
This commit is contained in:
parent
fa2ad77078
commit
12389adf4f
1 changed files with 5 additions and 0 deletions
|
|
@ -728,3 +728,8 @@ EOF
|
||||||
expecterr non-existant<<EOF
|
expecterr non-existant<<EOF
|
||||||
autfilt: Cannot open file non-existant
|
autfilt: Cannot open file non-existant
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# Make sure we can read multiple automata from stdin
|
||||||
|
../../bin/ltl2tgba 'a U b' 'GFa' --hoa | grep -v '^name:' > input
|
||||||
|
../../bin/autfilt --hoa < input | ../../bin/autfilt --hoa > output
|
||||||
|
diff input output
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue