diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-01-28 18:43:14 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2026-01-28 18:43:14 +0800 |
| commit | dd64edd58fe25ec74ae5958128cf3f74b0692f3b (patch) | |
| tree | 0f2de1df55897e2713977c5a53936757e14b477a /spec/inputs/test/table_comprehension_spec.yue | |
| parent | 7c2a92b82e9808d3c5ea29b47d1c59d663fe984a (diff) | |
| download | yuescript-dd64edd58fe25ec74ae5958128cf3f74b0692f3b.tar.gz yuescript-dd64edd58fe25ec74ae5958128cf3f74b0692f3b.tar.bz2 yuescript-dd64edd58fe25ec74ae5958128cf3f74b0692f3b.zip | |
Fixed compiler issues and added 800+ test cases.
Diffstat (limited to 'spec/inputs/test/table_comprehension_spec.yue')
| -rw-r--r-- | spec/inputs/test/table_comprehension_spec.yue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/test/table_comprehension_spec.yue b/spec/inputs/test/table_comprehension_spec.yue index f4d7cdb..caebdef 100644 --- a/spec/inputs/test/table_comprehension_spec.yue +++ b/spec/inputs/test/table_comprehension_spec.yue | |||
| @@ -112,7 +112,7 @@ describe "table comprehension", -> | |||
| 112 | assert.same result.e, nil | 112 | assert.same result.e, nil |
| 113 | 113 | ||
| 114 | it "should work with custom iterator", -> | 114 | it "should work with custom iterator", -> |
| 115 | custom_iter = -> -> | 115 | custom_iter = -> |
| 116 | state = 0 | 116 | state = 0 |
| 117 | -> | 117 | -> |
| 118 | state += 1 | 118 | state += 1 |
