diff options
author | Li Jin <dragon-fly@qq.com> | 2025-01-31 23:17:45 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2025-01-31 23:19:02 +0800 |
commit | d1878f2b8eb1644205c5e0b641fd092e8b222766 (patch) | |
tree | 17f1108e35d845364f928e8f9c2178c7d2d0d902 /spec/outputs/ambiguous.lua | |
parent | 8124020b3827a8f86970ef8f1efb164e5e110755 (diff) | |
download | yuescript-0.27.0.tar.gz yuescript-0.27.0.tar.bz2 yuescript-0.27.0.zip |
Aligned Lua inserter macro behavior with common Yue macro.v0.27.0
Diffstat (limited to 'spec/outputs/ambiguous.lua')
-rw-r--r-- | spec/outputs/ambiguous.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/outputs/ambiguous.lua b/spec/outputs/ambiguous.lua index 3c82a03..fc43d63 100644 --- a/spec/outputs/ambiguous.lua +++ b/spec/outputs/ambiguous.lua | |||
@@ -39,9 +39,11 @@ end | |||
39 | do | 39 | do |
40 | print() | 40 | print() |
41 | async_fn(function() | 41 | async_fn(function() |
42 | print(); | 42 | print() |
43 | do | ||
43 | --[[a comment to insert]] | 44 | --[[a comment to insert]] |
44 | (haha)() | 45 | (haha)() |
46 | end | ||
45 | return nil | 47 | return nil |
46 | end) | 48 | end) |
47 | end | 49 | end |