diff options
Diffstat (limited to 'spec/outputs/test/varargs_assignment_spec.lua')
| -rw-r--r-- | spec/outputs/test/varargs_assignment_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/outputs/test/varargs_assignment_spec.lua b/spec/outputs/test/varargs_assignment_spec.lua index 60eab29..4d41404 100644 --- a/spec/outputs/test/varargs_assignment_spec.lua +++ b/spec/outputs/test/varargs_assignment_spec.lua | |||
| @@ -119,9 +119,9 @@ return describe("varargs assignment", function() | |||
| 119 | end) | 119 | end) |
| 120 | it("should work with table.unpack", function() | 120 | it("should work with table.unpack", function() |
| 121 | local tb = { | 121 | local tb = { |
| 122 | a = 1, | 122 | 1, |
| 123 | b = 2, | 123 | 2, |
| 124 | c = 3 | 124 | 3 |
| 125 | } | 125 | } |
| 126 | local fn | 126 | local fn |
| 127 | fn = function() | 127 | fn = function() |
