summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/bugs/args-sink.typ5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/typ/bugs/args-sink.typ b/tests/typ/bugs/args-sink.typ
new file mode 100644
index 00000000..4f7492ac
--- /dev/null
+++ b/tests/typ/bugs/args-sink.typ
@@ -0,0 +1,5 @@
+// Test bugs with argument sinks.
+
+---
+#let foo(..body) = repr(body.pos())
+#foo(a: "1", b: "2", 1, 2, 3, 4, 5, 6)