Skip to content
GitLab
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
12389adf
Commit
12389adf
authored
Nov 25, 2014
by
Alexandre Duret-Lutz
Browse files
hoa: check parsing from stdin
* src/tgbatest/hoaparse.test: More test.
parent
fa2ad770
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbatest/hoaparse.test
View file @
12389adf
...
...
@@ -728,3 +728,8 @@ EOF
expecterr non-existant<<EOF
autfilt: Cannot open file non-existant
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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