summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/parameter-pattern.typ
blob: 31b07f2ca013d77c99c67e430067edba1da31e7e (plain) (blame)
1
2
3
4
5
// Test that underscore works in parameter patterns.
// Ref: false

---
#test((1, 2, 3).zip((1, 2, 3)).map(((_, x)) => x), (1, 2, 3))