diff options
Diffstat (limited to 'spec/outputs')
| -rw-r--r-- | spec/outputs/whitespace.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/outputs/whitespace.lua b/spec/outputs/whitespace.lua index 1bc4503..0251968 100644 --- a/spec/outputs/whitespace.lua +++ b/spec/outputs/whitespace.lua | |||
| @@ -77,6 +77,18 @@ end | |||
| 77 | a(one, two, three) | 77 | a(one, two, three) |
| 78 | b(one, two, three) | 78 | b(one, two, three) |
| 79 | c(one, two, three, four) | 79 | c(one, two, three, four) |
| 80 | d(one, two, three, four) | ||
| 81 | e(function() end, function() end, function() end) | ||
| 82 | e({ | ||
| 83 | function() end, | ||
| 84 | function() end, | ||
| 85 | function() end | ||
| 86 | }) | ||
| 87 | e({ | ||
| 88 | function() end, | ||
| 89 | function() end, | ||
| 90 | function() end | ||
| 91 | }) | ||
| 80 | local v | 92 | local v |
| 81 | v = function() | 93 | v = function() |
| 82 | return a, b, c | 94 | return a, b, c |
