added test for sync edge cases
All checks were successful
CI / tests (push) Successful in 18s

This commit is contained in:
2026-01-21 16:21:40 +01:00
parent 4231233f76
commit fab45bd8ab
2 changed files with 10 additions and 0 deletions

View File

@@ -35,3 +35,13 @@
_seq("b", "b")
})
})
#pagebreak()
#diagram({
_sync({
_seq("a", "b", comment: [Abcdefgh])
_seq("b", "c", comment: [Foo\ bar], slant: 10)
_seq("c", "c", slant: 20)
})
})