dot: name the digraph
* spot/twaalgos/dot.cc: Here. * NEWS: Mention the change. * tests/core/alternating.test, tests/core/det.test, tests/core/dstar.test, tests/core/monitor.test, tests/core/neverclaimread.test, tests/core/readsave.test, tests/core/sccdot.test, tests/core/tgbagraph.test, tests/python/_altscc.ipynb, tests/python/_autparserr.ipynb, tests/python/alternation.ipynb, tests/python/atva16-fig2a.ipynb, tests/python/atva16-fig2b.ipynb, tests/python/automata-io.ipynb, tests/python/automata.ipynb, tests/python/decompose.ipynb, tests/python/gen.ipynb, tests/python/highlighting.ipynb, tests/python/ltsmin-dve.ipynb, tests/python/ltsmin-pml.ipynb, tests/python/parity.ipynb, tests/python/product.ipynb, tests/python/randaut.ipynb, tests/python/satmin.ipynb, tests/python/stutter-inv.ipynb, tests/python/testingaut.ipynb, tests/python/word.ipynb: Adjust test cases.
This commit is contained in:
parent
2775b0abc8
commit
6cec43294d
29 changed files with 12223 additions and 10271 deletions
|
|
@ -35,7 +35,7 @@ run 0 ../tgbagraph | tee stdout
|
|||
cat >expected <<EOF
|
||||
p1
|
||||
p2
|
||||
digraph G {
|
||||
digraph "" {
|
||||
rankdir=LR
|
||||
label="t\n[Fin-less 2]"
|
||||
labelloc="t"
|
||||
|
|
@ -53,7 +53,7 @@ digraph G {
|
|||
2 -> 1 [label="!p1 | p2"]
|
||||
2 -> 2 [label="1\n{0,1}"]
|
||||
}
|
||||
digraph G {
|
||||
digraph "" {
|
||||
rankdir=LR
|
||||
label="t\n[Fin-less 2]"
|
||||
labelloc="t"
|
||||
|
|
@ -69,7 +69,7 @@ digraph G {
|
|||
2 [label="2"]
|
||||
2 -> 0 [label="p1 | p2\n{0,1}"]
|
||||
}
|
||||
digraph G {
|
||||
digraph "" {
|
||||
rankdir=LR
|
||||
label="t\n[Fin-less 2]"
|
||||
labelloc="t"
|
||||
|
|
@ -84,7 +84,7 @@ digraph G {
|
|||
1 -> 2 [label="p1 & p2\n{0}"]
|
||||
2 [label="2"]
|
||||
}
|
||||
digraph G {
|
||||
digraph "" {
|
||||
rankdir=LR
|
||||
label="t\n[Fin-less 2]"
|
||||
labelloc="t"
|
||||
|
|
@ -102,7 +102,7 @@ digraph G {
|
|||
2 -> 1 [label="!p1 | p2"]
|
||||
2 -> 0 [label="1\n{0,1}"]
|
||||
}
|
||||
digraph G {
|
||||
digraph "" {
|
||||
rankdir=LR
|
||||
label="t\n[Fin-less 2]"
|
||||
labelloc="t"
|
||||
|
|
@ -118,7 +118,7 @@ digraph G {
|
|||
2 -> 0 [label="1\n{0,1}"]
|
||||
2 -> 1 [label="!p1 | p2"]
|
||||
}
|
||||
digraph G {
|
||||
digraph "" {
|
||||
rankdir=LR
|
||||
label="t\n[Fin-less 2]"
|
||||
labelloc="t"
|
||||
|
|
@ -233,7 +233,7 @@ digraph G {
|
|||
101 [label="101"]
|
||||
102 [label="102"]
|
||||
}
|
||||
digraph G {
|
||||
digraph "" {
|
||||
rankdir=LR
|
||||
label="t\n[all]"
|
||||
labelloc="t"
|
||||
|
|
@ -247,7 +247,7 @@ digraph G {
|
|||
0 -> deleted
|
||||
1 -> deleted
|
||||
2 -> 0
|
||||
digraph G {
|
||||
digraph "" {
|
||||
rankdir=LR
|
||||
label="t\n[all]"
|
||||
labelloc="t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue