aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/lists.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/lists.moon')
-rw-r--r--spec/inputs/lists.moon2
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) ->
67test = x 1,2,3,4,5 67test = x 1,2,3,4,5
68print thing for thing in *test 68print 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