aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/lists.moon
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-01-24 14:55:59 +0800
committerLi Jin <dragon-fly@qq.com>2020-01-24 14:55:59 +0800
commit4465a18f396212e177211f57c5c97cea444a0061 (patch)
treeaf40c20cca262137a0dd7e85de0354c64c229a88 /spec/inputs/lists.moon
parent7ac3519dc40bb6f6ab979c9cd35fd585f25d1c25 (diff)
downloadyuescript-4465a18f396212e177211f57c5c97cea444a0061.tar.gz
yuescript-4465a18f396212e177211f57c5c97cea444a0061.tar.bz2
yuescript-4465a18f396212e177211f57c5c97cea444a0061.zip
fix issues.
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