ltlsynt: fix usage for --dot's argument
* bin/ltlsynt.cc (dispatch_print_hoa): Pass the right argument to print_dot. * tests/core/ltlsynt.test: Test it. * NEWS: Mention the bug.
This commit is contained in:
parent
8eec295e23
commit
a8a0a1973e
3 changed files with 8 additions and 2 deletions
|
|
@ -1101,7 +1101,11 @@ diff outx exp
|
|||
|
||||
# Test --dot and --hide-status
|
||||
ltlsynt -f 'i <-> Fo' --ins=i --aiger --dot | grep arrowhead=dot
|
||||
ltlsynt -f 'i <-> Fo' --ins=i --print-game-hoa --dot | grep 'shape="diamond"'
|
||||
ltlsynt -f 'i <-> Fo' --ins=i --print-game-hoa --dot > out
|
||||
grep 'shape="diamond"' out
|
||||
grep 'Inf(0)' out
|
||||
ltlsynt -f 'i <-> Fo' --ins=i --print-game-hoa --dot=bar > out
|
||||
grep 'label=<Inf(<font' out
|
||||
ltlsynt -f 'i <-> Fo' --ins=i --dot --hide-status > res
|
||||
cat >exp <<EOF
|
||||
digraph "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue