save test
This commit is contained in:
parent
bff1e0b066
commit
6600a97f67
1 changed files with 37 additions and 35 deletions
72
e2etests/testdata/files/nested_diagram_types.d2
vendored
72
e2etests/testdata/files/nested_diagram_types.d2
vendored
|
|
@ -1,48 +1,50 @@
|
||||||
a
|
a
|
||||||
# b
|
b
|
||||||
# c
|
c
|
||||||
|
|
||||||
a: {
|
a: {
|
||||||
grid-rows: 3
|
grid-columns: 3
|
||||||
|
|
||||||
1
|
1
|
||||||
2
|
2
|
||||||
3
|
3
|
||||||
# 3: {
|
3: {
|
||||||
# shape: sequence_diagram
|
shape: sequence_diagram
|
||||||
# x
|
x
|
||||||
# y
|
y
|
||||||
# # TODO x -> y
|
# TODO x -> y
|
||||||
# }
|
}
|
||||||
|
|
||||||
near: top-right
|
1 -> 2 -> 3
|
||||||
|
|
||||||
|
near: center-right
|
||||||
}
|
}
|
||||||
|
|
||||||
# b: {
|
b: {
|
||||||
# shape: sequence_diagram
|
shape: sequence_diagram
|
||||||
# 1 -> 2
|
1 -> 2
|
||||||
|
|
||||||
# # TODO This should work
|
# # TODO This should work
|
||||||
# near: bottom-right
|
# near: bottom-right
|
||||||
# #
|
# #
|
||||||
|
|
||||||
# 2: {
|
# 2: {
|
||||||
# # TODO compile error grid on sequence actor
|
# # TODO compile error grid on sequence actor
|
||||||
# # grid-rows: 3
|
# # grid-rows: 3
|
||||||
# x
|
# x
|
||||||
# y
|
# y
|
||||||
# z
|
# z
|
||||||
# }
|
# }
|
||||||
|
|
||||||
# 1: {
|
# 1: {
|
||||||
# x: {
|
# x: {
|
||||||
# # TODO compile error grid in sequence (anywhere)
|
# # TODO compile error grid in sequence (anywhere)
|
||||||
# # grid-rows: 3
|
# # grid-rows: 3
|
||||||
# u
|
# u
|
||||||
# v
|
# v
|
||||||
# w
|
# w
|
||||||
# }
|
# }
|
||||||
# y
|
# y
|
||||||
# z
|
# z
|
||||||
# }
|
# }
|
||||||
# }
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue