save test
This commit is contained in:
parent
bff1e0b066
commit
6600a97f67
1 changed files with 37 additions and 35 deletions
32
e2etests/testdata/files/nested_diagram_types.d2
vendored
32
e2etests/testdata/files/nested_diagram_types.d2
vendored
|
|
@ -1,26 +1,28 @@
|
|||
a
|
||||
# b
|
||||
# c
|
||||
b
|
||||
c
|
||||
|
||||
a: {
|
||||
grid-rows: 3
|
||||
grid-columns: 3
|
||||
|
||||
1
|
||||
2
|
||||
3
|
||||
# 3: {
|
||||
# shape: sequence_diagram
|
||||
# x
|
||||
# y
|
||||
# # TODO x -> y
|
||||
# }
|
||||
|
||||
near: top-right
|
||||
3: {
|
||||
shape: sequence_diagram
|
||||
x
|
||||
y
|
||||
# TODO x -> y
|
||||
}
|
||||
|
||||
# b: {
|
||||
# shape: sequence_diagram
|
||||
# 1 -> 2
|
||||
1 -> 2 -> 3
|
||||
|
||||
near: center-right
|
||||
}
|
||||
|
||||
b: {
|
||||
shape: sequence_diagram
|
||||
1 -> 2
|
||||
|
||||
# # TODO This should work
|
||||
# near: bottom-right
|
||||
|
|
@ -45,4 +47,4 @@ a: {
|
|||
# y
|
||||
# z
|
||||
# }
|
||||
# }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue