typst/tests/typ/bugs/args-underscore.typ
2023-04-26 15:37:21 +02:00

6 lines
94 B
XML

// Test that lone underscore works.
// Ref: false
---
#test((1, 2, 3).map(_ => {}).len(), 3)