twacube: fix dot output in tests
* tests/core/twacube.test: Here.
This commit is contained in:
parent
5062d1c2fa
commit
fe1be20f09
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Copyright (C) 2014, 2015, 2016 Laboratoire de Recherche et Développement de
|
# Copyright (C) 2014, 2015, 2016, 2018 Laboratoire de Recherche et
|
||||||
# l'Epita (LRDE).
|
# Développement de l'Epita (LRDE).
|
||||||
#
|
#
|
||||||
# This file is part of Spot, a model checking library.
|
# This file is part of Spot, a model checking library.
|
||||||
#
|
#
|
||||||
|
|
@ -33,7 +33,7 @@ set -e
|
||||||
run 0 ../twacube > stdout
|
run 0 ../twacube > stdout
|
||||||
|
|
||||||
cat >expected <<EOF
|
cat >expected <<EOF
|
||||||
digraph G {
|
digraph "" {
|
||||||
rankdir=LR
|
rankdir=LR
|
||||||
node [shape="circle"]
|
node [shape="circle"]
|
||||||
I [label="", style=invis, width=0]
|
I [label="", style=invis, width=0]
|
||||||
|
|
@ -66,7 +66,7 @@ init : 0
|
||||||
2 1 !p1 {}
|
2 1 !p1 {}
|
||||||
2 0 p1 {0,1}
|
2 0 p1 {0,1}
|
||||||
2 0 !p1&p2 {0,1}
|
2 0 !p1&p2 {0,1}
|
||||||
digraph G {
|
digraph "" {
|
||||||
rankdir=LR
|
rankdir=LR
|
||||||
node [shape="circle"]
|
node [shape="circle"]
|
||||||
I [label="", style=invis, width=0]
|
I [label="", style=invis, width=0]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue