diff options
Diffstat (limited to '')
| -rw-r--r-- | spec/outputs/syntax.lua | 2 |
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 @@ | |||
| 1 | local a = 1 + 2 * 3 / 6 | 1 | local a = 1 + 2 * 3 / 6 |
| 2 | local bunch, go, here | 2 | local bunch, go, here |
| 3 | a, bunch, go, here = another, world | 3 | a, bunch, go, here = another, world, nil, nil |
| 4 | func(arg1, arg2, another, arg3) | 4 | func(arg1, arg2, another, arg3) |
| 5 | local we | 5 | local we |
| 6 | here, we = function() end, yeah | 6 | here, we = function() end, yeah |
