diff options
author | Li Jin <dragon-fly@qq.com> | 2020-01-24 14:55:59 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-01-24 14:55:59 +0800 |
commit | 4465a18f396212e177211f57c5c97cea444a0061 (patch) | |
tree | af40c20cca262137a0dd7e85de0354c64c229a88 /spec/inputs/lists.moon | |
parent | 7ac3519dc40bb6f6ab979c9cd35fd585f25d1c25 (diff) | |
download | yuescript-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.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 | ||