diff options
| author | Li Jin <dragon-fly@qq.com> | 2023-12-14 13:57:40 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2023-12-14 13:57:40 +0800 |
| commit | 8cff6076041f4204a53a177359783d75698ec19f (patch) | |
| tree | 5bd396a4c4c0db65434629936d4867627fe711cd /spec | |
| parent | 5490a7cf22a75653a2b1fca20470f7f0c4ae9ca8 (diff) | |
| download | yuescript-0.21.3.tar.gz yuescript-0.21.3.tar.bz2 yuescript-0.21.3.zip | |
fix invalid formation.v0.21.3
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/outputs/lists.lua | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/spec/outputs/lists.lua b/spec/outputs/lists.lua index e6f306d..e2d512d 100644 --- a/spec/outputs/lists.lua +++ b/spec/outputs/lists.lua | |||
| @@ -313,20 +313,7 @@ do | |||
| 313 | end | 313 | end |
| 314 | c = (1 == a) | 314 | c = (1 == a) |
| 315 | c = (1 == a) | 315 | c = (1 == a) |
| 316 | do | 316 | c = (1 == a) |
| 317 | local _check_0 = { | ||
| 318 | 1 | ||
| 319 | } | ||
| 320 | local _find_0 = false | ||
| 321 | for _index_0 = 1, #_check_0 do | ||
| 322 | local _item_0 = _check_0[_index_0] | ||
| 323 | if _item_0 == a then | ||
| 324 | _find_0 = true | ||
| 325 | break | ||
| 326 | end | ||
| 327 | end | ||
| 328 | c = _find_0 | ||
| 329 | end | ||
| 330 | end | 317 | end |
| 331 | do | 318 | do |
| 332 | a, b = hello[1], hello[2] | 319 | a, b = hello[1], hello[2] |
