diff options
Diffstat (limited to 'spec/inputs/unicode/vararg.yue')
| -rw-r--r-- | spec/inputs/unicode/vararg.yue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/inputs/unicode/vararg.yue b/spec/inputs/unicode/vararg.yue index e59e114..b508fbb 100644 --- a/spec/inputs/unicode/vararg.yue +++ b/spec/inputs/unicode/vararg.yue | |||
| @@ -55,12 +55,12 @@ | |||
| 55 | _ = -> | 55 | _ = -> |
| 56 | 列表 = {1, 2, 3, 4, 5} | 56 | 列表 = {1, 2, 3, 4, 5} |
| 57 | 函数名 = (确定) -> | 57 | 函数名 = (确定) -> |
| 58 | 确定, table.unpack 列表 | 58 | 确定, table.unpack 列表 |
| 59 | 确定, ... = 函数名 true | 59 | 确定, ... = 函数名 true |
| 60 | 打印 确定, ... | 60 | 打印 确定, ... |
| 61 | 61 | ||
| 62 | 多参数函数 = -> | 62 | 多参数函数 = -> |
| 63 | 10, nil, 20, nil, 30 | 63 | 10, nil, 20, nil, 30 |
| 64 | 64 | ||
| 65 | ... = 多参数函数! | 65 | ... = 多参数函数! |
| 66 | 打印 select "#", ... | 66 | 打印 select "#", ... |
