diff options
Diffstat (limited to 'spec/inputs/syntax.moon')
-rw-r--r-- | spec/inputs/syntax.moon | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/inputs/syntax.moon b/spec/inputs/syntax.moon index 80b762c..9895c44 100644 --- a/spec/inputs/syntax.moon +++ b/spec/inputs/syntax.moon | |||
@@ -369,5 +369,14 @@ do | |||
369 | a = f2! | 369 | a = f2! |
370 | - 1 |> f2 | 370 | - 1 |> f2 |
371 | 371 | ||
372 | _1 | ||
373 | ,_2 | ||
374 | ,_3 | ||
375 | ,_4 = 1 | ||
376 | ,f 2 | ||
377 | ,3 | ||
378 | ,f 4, | ||
379 | 4 | ||
380 | |||
372 | nil | 381 | nil |
373 | 382 | ||