aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs')
-rw-r--r--spec/outputs/syntax.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/outputs/syntax.lua b/spec/outputs/syntax.lua
index d975ef7..77ecba4 100644
--- a/spec/outputs/syntax.lua
+++ b/spec/outputs/syntax.lua
@@ -442,6 +442,15 @@ do
442 end)()) 442 end)())
443end 443end
444do 444do
445 x = 1
446 y = 2
447 i = i + 1
448 j = j + 1
449 if condition then
450 setup()
451 run()
452 cleanup()
453 end
445 a = 1 454 a = 1
446 local b = 2 455 local b = 2
447 local c = a + b 456 local c = a + b