typst/tests/typ/bugs/parameter-pattern.typ
2023-05-03 12:42:26 +02:00

6 lines
134 B
XML

// Test that underscore works in parameter patterns.
// Ref: false
---
#test((1, 2, 3).zip((1, 2, 3)).map(((_, x)) => x), (1, 2, 3))