diff options
Diffstat (limited to 'spec/inputs/lists.moon')
-rw-r--r-- | spec/inputs/lists.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/lists.moon b/spec/inputs/lists.moon index e377d5e..ef5650c 100644 --- a/spec/inputs/lists.moon +++ b/spec/inputs/lists.moon | |||
@@ -67,6 +67,6 @@ normal = (hello) -> | |||
67 | test = x 1,2,3,4,5 | 67 | test = x 1,2,3,4,5 |
68 | print thing for thing in *test | 68 | print thing for thing in *test |
69 | 69 | ||
70 | _ = -> a = b for row in *rows | 70 | -> a = b for row in *rows |
71 | 71 | ||
72 | 72 | ||