aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/unicode
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2024-10-08 17:58:49 +0800
committerLi Jin <dragon-fly@qq.com>2024-10-08 17:58:49 +0800
commit05da3cbfa3689e6c229c41156d0dd08ab554cd77 (patch)
tree97eb63ae37ac36a41bbf8a6a02f3a838d089d600 /spec/outputs/unicode
parent91ca3bfacc2b3f5516a519c939814d7462f73141 (diff)
downloadyuescript-0.25.5.tar.gz
yuescript-0.25.5.tar.bz2
yuescript-0.25.5.zip
Fixed a miss indent and removed an unnecessary do block.v0.25.5
Diffstat (limited to 'spec/outputs/unicode')
-rw-r--r--spec/outputs/unicode/with.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/outputs/unicode/with.lua b/spec/outputs/unicode/with.lua
index cfad264..7a5ba00 100644
--- a/spec/outputs/unicode/with.lua
+++ b/spec/outputs/unicode/with.lua
@@ -123,9 +123,7 @@ do
123 local _ 123 local _
124 _ = function() 124 _ = function()
125 local _with_0 = _u55e8 125 local _with_0 = _u55e8
126 do 126 return _with_0.a, _with_0.b
127 return _with_0.a, _with_0.b
128 end
129 end 127 end
130end 128end
131do 129do