mirror of
https://github.com/typst/typst
synced 2025-05-15 01:25:28 +08:00
6 lines
134 B
XML
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))
|