update test

This commit is contained in:
Gavin Nishizawa 2023-09-21 13:24:12 -07:00
parent 6600a97f67
commit cbf81c23f3
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD
5 changed files with 1571 additions and 1130 deletions

View file

@ -24,27 +24,25 @@ b: {
shape: sequence_diagram
1 -> 2
# # TODO This should work
# near: bottom-right
# #
near: bottom-right
# 2: {
# # TODO compile error grid on sequence actor
# # grid-rows: 3
# x
# y
# z
# }
# 1: {
# x: {
# # TODO compile error grid in sequence (anywhere)
# # grid-rows: 3
# u
# v
# w
# }
# y
# z
# }
2: {
# TODO compile error grid on sequence actor?
grid-columns: 3
x
y
z
}
1: {
x: {
# TODO compile error grid in sequence (group)
grid-columns: 3
u
v
w
}
y
z
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 23 KiB