diff options
author | Li Jin <dragon-fly@qq.com> | 2023-06-25 17:46:32 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-06-25 17:46:32 +0800 |
commit | cd618f934b0e4a30bd6cd4e98f8c1005bf3d6193 (patch) | |
tree | 5bc8bc55f80fe74a3b73101b55eabc60ae1d75c3 /spec/outputs/using.lua | |
parent | 5d246757285a437401347dd6a1a1f8d3cf61e08c (diff) | |
download | yuescript-cd618f934b0e4a30bd6cd4e98f8c1005bf3d6193.tar.gz yuescript-cd618f934b0e4a30bd6cd4e98f8c1005bf3d6193.tar.bz2 yuescript-cd618f934b0e4a30bd6cd4e98f8c1005bf3d6193.zip |
fix more ambiguous Lua codes generation cases.
Diffstat (limited to 'spec/outputs/using.lua')
-rw-r--r-- | spec/outputs/using.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/outputs/using.lua b/spec/outputs/using.lua index ff23a30..8ecc21e 100644 --- a/spec/outputs/using.lua +++ b/spec/outputs/using.lua | |||
@@ -22,7 +22,7 @@ _ = function() | |||
22 | local hello = hello or 2 | 22 | local hello = hello or 2 |
23 | end | 23 | end |
24 | do | 24 | do |
25 | local a = { }; | 25 | local a = { } |
26 | _(function() | 26 | _(function() |
27 | local x, y = a[1], a[2] | 27 | local x, y = a[1], a[2] |
28 | end) | 28 | end) |