aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/outputs/syntax.lua11
1 files changed, 6 insertions, 5 deletions
diff --git a/spec/outputs/syntax.lua b/spec/outputs/syntax.lua
index 4596a29..457f1e1 100644
--- a/spec/outputs/syntax.lua
+++ b/spec/outputs/syntax.lua
@@ -195,9 +195,10 @@ do
195 local _obj_2 = _with_0.a 195 local _obj_2 = _with_0.a
196 _obj_2.c = _obj_2.c + 1 196 _obj_2.c = _obj_2.c + 1
197end 197end
198tb[#tb + 1] = 10 198local _obj_2 = tb
199local _obj_2 = a.b.c 199_obj_2[#_obj_2 + 1] = 10
200_obj_2[#_obj_2 + 1] = 1 200local _obj_3 = a.b.c
201_obj_3[#_obj_3 + 1] = 1
201if v then 202if v then
202 x[#x + 1] = 1 203 x[#x + 1] = 1
203else 204else
@@ -205,12 +206,12 @@ else
205end 206end
206do 207do
207 local _with_0 = tb 208 local _with_0 = tb
208 local _obj_3 = _with_0.b.c 209 local _obj_4 = _with_0.b.c
209 do 210 do
210 local _with_1 = vec 211 local _with_1 = vec
211 _with_1.x = 1 212 _with_1.x = 1
212 _with_1.y = 2 213 _with_1.y = 2
213 _obj_3[#_obj_3 + 1] = _with_1 214 _obj_4[#_obj_4 + 1] = _with_1
214 end 215 end
215end 216end
216x = 0 217x = 0