diff options
| author | Li Jin <dragon-fly@qq.com> | 2026-01-28 18:43:14 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2026-01-28 18:43:14 +0800 |
| commit | dd64edd58fe25ec74ae5958128cf3f74b0692f3b (patch) | |
| tree | 0f2de1df55897e2713977c5a53936757e14b477a /spec/outputs/test/varargs_assignment_spec.lua | |
| parent | 7c2a92b82e9808d3c5ea29b47d1c59d663fe984a (diff) | |
| download | yuescript-dd64edd58fe25ec74ae5958128cf3f74b0692f3b.tar.gz yuescript-dd64edd58fe25ec74ae5958128cf3f74b0692f3b.tar.bz2 yuescript-dd64edd58fe25ec74ae5958128cf3f74b0692f3b.zip | |
Fixed compiler issues and added 800+ test cases.
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() |
