typst/tests/typ/bugs/args-sink.typ
2023-04-19 17:51:33 +02:00

6 lines
114 B
Typst

// Test bugs with argument sinks.
---
#let foo(..body) = repr(body.pos())
#foo(a: "1", b: "2", 1, 2, 3, 4, 5, 6)