diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-26 13:46:42 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-26 15:37:21 +0200 |
| commit | 3680c854a21db665d64cdb8f31aa0f9a1af16ceb (patch) | |
| tree | 39dfa33059293251f1e2890f9b3d0e3dc178ed03 /tests/typ/bugs | |
| parent | 59957746e91c1322a8ca6d228bcaa0f31941ee1b (diff) | |
Touch up docs
Diffstat (limited to 'tests/typ/bugs')
| -rw-r--r-- | tests/typ/bugs/args-underscore.typ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/typ/bugs/args-underscore.typ b/tests/typ/bugs/args-underscore.typ new file mode 100644 index 00000000..ca3c0ff8 --- /dev/null +++ b/tests/typ/bugs/args-underscore.typ @@ -0,0 +1,5 @@ +// Test that lone underscore works. +// Ref: false + +--- +#test((1, 2, 3).map(_ => {}).len(), 3) |
