sbacc: Make sure it also work for non-TGBA
* src/tgbatest/sbacc.test: Adjust test case.
This commit is contained in:
parent
f325cddc1c
commit
039274b238
1 changed files with 3 additions and 4 deletions
|
|
@ -61,12 +61,12 @@ EOF
|
||||||
|
|
||||||
diff out.hoa expected
|
diff out.hoa expected
|
||||||
|
|
||||||
|
# This procedure should be acceptance-agnostic.
|
||||||
cat >in.hoa<<EOF
|
cat >in.hoa<<EOF
|
||||||
HOA: v1
|
HOA: v1
|
||||||
Start: 0
|
Start: 0
|
||||||
AP: 1 "a"
|
AP: 1 "a"
|
||||||
Acceptance: 2 Inf(0)&Inf(1)
|
Acceptance: 2 Fin(0)|Inf(1)
|
||||||
--BODY--
|
--BODY--
|
||||||
State: 0
|
State: 0
|
||||||
[0] 1
|
[0] 1
|
||||||
|
|
@ -84,8 +84,7 @@ HOA: v1
|
||||||
States: 3
|
States: 3
|
||||||
Start: 0
|
Start: 0
|
||||||
AP: 1 "a"
|
AP: 1 "a"
|
||||||
acc-name: generalized-Buchi 2
|
Acceptance: 2 Fin(0) | Inf(1)
|
||||||
Acceptance: 2 Inf(0)&Inf(1)
|
|
||||||
properties: trans-labels explicit-labels state-acc deterministic
|
properties: trans-labels explicit-labels state-acc deterministic
|
||||||
--BODY--
|
--BODY--
|
||||||
State: 0 {1}
|
State: 0 {1}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue