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
63c62e17
Commit
63c62e17
authored
Aug 10, 2003
by
Alexandre Duret-Lutz
Browse files
* src/tgbatest/tgbaread.test, src/tgbatest/explicit.test:
Adjust expected output after 2003-08-07's change.
parent
07fc5d35
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
63c62e17
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.
...
...
src/tgbatest/explicit.test
View file @
63c62e17
...
...
@@ -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>"
]
...
...
src/tgbatest/tgbaread.test
View file @
63c62e17
...
...
@@ -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>"
]
...
...
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