summaryrefslogtreecommitdiff
path: root/tests/typ/bugs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-26 13:46:42 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-26 15:37:21 +0200
commit3680c854a21db665d64cdb8f31aa0f9a1af16ceb (patch)
tree39dfa33059293251f1e2890f9b3d0e3dc178ed03 /tests/typ/bugs
parent59957746e91c1322a8ca6d228bcaa0f31941ee1b (diff)
Touch up docs
Diffstat (limited to 'tests/typ/bugs')
-rw-r--r--tests/typ/bugs/args-underscore.typ5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/typ/bugs/args-underscore.typ b/tests/typ/bugs/args-underscore.typ
new file mode 100644
index 00000000..ca3c0ff8
--- /dev/null
+++ b/tests/typ/bugs/args-underscore.typ
@@ -0,0 +1,5 @@
+// Test that lone underscore works.
+// Ref: false
+
+---
+#test((1, 2, 3).map(_ => {}).len(), 3)