diff options
Diffstat (limited to 'tests/typ/bugs/parameter-pattern.typ')
| -rw-r--r-- | tests/typ/bugs/parameter-pattern.typ | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/typ/bugs/parameter-pattern.typ b/tests/typ/bugs/parameter-pattern.typ deleted file mode 100644 index 31b07f2c..00000000 --- a/tests/typ/bugs/parameter-pattern.typ +++ /dev/null @@ -1,5 +0,0 @@ -// Test that underscore works in parameter patterns. -// Ref: false - ---- -#test((1, 2, 3).zip((1, 2, 3)).map(((_, x)) => x), (1, 2, 3)) |
