diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-01-23 14:35:14 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-01-23 14:35:14 +0800 |
| commit | 7ac3519dc40bb6f6ab979c9cd35fd585f25d1c25 (patch) | |
| tree | 024fabcf12638dbd4cb9fe6c58251f9227fc9380 /spec/inputs/comprehension.moon | |
| parent | 782334d95720819f216004e0120ea84ba2c43afb (diff) | |
| download | yuescript-7ac3519dc40bb6f6ab979c9cd35fd585f25d1c25.tar.gz yuescript-7ac3519dc40bb6f6ab979c9cd35fd585f25d1c25.tar.bz2 yuescript-7ac3519dc40bb6f6ab979c9cd35fd585f25d1c25.zip | |
fix Moonscript issue 156, update new 'import' functions.
Diffstat (limited to 'spec/inputs/comprehension.moon')
| -rw-r--r-- | spec/inputs/comprehension.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/comprehension.moon b/spec/inputs/comprehension.moon index f07cf89..b6adb94 100644 --- a/spec/inputs/comprehension.moon +++ b/spec/inputs/comprehension.moon | |||
| @@ -47,6 +47,6 @@ ok(a,b,c) for {a,b,c} in things | |||
| 47 | _ = [item for item in *items[1 + 2,3+4]] | 47 | _ = [item for item in *items[1 + 2,3+4]] |
| 48 | _ = [item for item in *items[hello! * 4, 2 - thing[4]]] | 48 | _ = [item for item in *items[hello! * 4, 2 - thing[4]]] |
| 49 | 49 | ||
| 50 | 50 | list = [item?\invoke 123 for item in items] | |
| 51 | 51 | ||
| 52 | nil | 52 | nil |
