* src/tgbatest/tgbaread.test, src/tgbatest/explicit.test:
Adjust expected output after 2003-08-07's change.
This commit is contained in:
parent
07fc5d35bd
commit
63c62e1767
3 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2003-08-10 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
* src/tgbatest/tgbaread.test, src/tgbatest/explicit.test:
|
||||
Adjust expected output after 2003-08-07's change.
|
||||
|
||||
* src/tgba/bdddict.hh: Typo in comments.
|
||||
|
||||
* src/ltlenv/environment.hh: Typo in comments.
|
||||
|
|
|
|||
|
|
@ -8,8 +8,7 @@ set -e
|
|||
|
||||
cat >expected <<EOF
|
||||
digraph G {
|
||||
size="7.26,10.69"
|
||||
0 [label="", style=invis]
|
||||
0 [label="", style=invis, height=0]
|
||||
0 -> 1
|
||||
1 [label="state 0"]
|
||||
1 -> 2 [label="T\n<Acc[p]:0, Acc[q]:1, Acc[r]:0><Acc[p]:1, Acc[q]:0, Acc[r]:0>"]
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@ EOF
|
|||
|
||||
cat >expected <<EOF
|
||||
digraph G {
|
||||
size="7.26,10.69"
|
||||
0 [label="", style=invis]
|
||||
0 [label="", style=invis, height=0]
|
||||
0 -> 1
|
||||
1 [label="s1"]
|
||||
1 -> 2 [label="<a:1, b:0>\n<Acc[c]:0, Acc[d]:1><Acc[c]:1, Acc[d]:0>"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue