mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +08:00
6 lines
94 B
XML
6 lines
94 B
XML
// Test that lone underscore works.
|
|
// Ref: false
|
|
|
|
---
|
|
#test((1, 2, 3).map(_ => {}).len(), 3)
|