postproc: fix handling of --complete

* src/tgbaalgos/postproc.cc: Here.
* src/tgbatest/readsave.test: Test it.
This commit is contained in:
Alexandre Duret-Lutz 2015-01-23 18:40:46 +01:00
parent 93271bed6f
commit 8dc6776c24
2 changed files with 13 additions and 4 deletions

View file

@ -286,7 +286,7 @@ EOF
diff output expected
$autfilt -H <<EOF | $autfilt --dot=vcsn >output
cat >input <<EOF
HOA: v1
States: 4
Start: 2
@ -306,6 +306,7 @@ State: 3 "s3"
[0] 1
--END--
EOF
$autfilt -H input | $autfilt --dot=vcsn >output
cat >expected <<EOF
digraph G {
@ -334,3 +335,5 @@ digraph G {
EOF
diff output expected
test 1 = `$autfilt -H input --complete | $autfilt --is-complete --count`