aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/syntax.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/outputs/syntax.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/outputs/syntax.lua b/spec/outputs/syntax.lua
index a4cb8e2..22b6b80 100644
--- a/spec/outputs/syntax.lua
+++ b/spec/outputs/syntax.lua
@@ -1,6 +1,6 @@
1local a = 1 + 2 * 3 / 6 1local a = 1 + 2 * 3 / 6
2local bunch, go, here 2local bunch, go, here
3a, bunch, go, here = another, world 3a, bunch, go, here = another, world, nil, nil
4func(arg1, arg2, another, arg3) 4func(arg1, arg2, another, arg3)
5local we 5local we
6here, we = function() end, yeah 6here, we = function() end, yeah