diff options
Diffstat (limited to 'spec/inputs/unicode')
| -rw-r--r-- | spec/inputs/unicode/funcs.yue | 2 | ||||
| -rw-r--r-- | spec/inputs/unicode/vararg.yue | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/spec/inputs/unicode/funcs.yue b/spec/inputs/unicode/funcs.yue index c563356..cb35500 100644 --- a/spec/inputs/unicode/funcs.yue +++ b/spec/inputs/unicode/funcs.yue | |||
| @@ -98,7 +98,7 @@ _无效变量 = -> 真名 if 某物 | |||
| 98 | 98 | ||
| 99 | 变量x = (参数a, | 99 | 变量x = (参数a, |
| 100 | 参数b) -> | 100 | 参数b) -> |
| 101 | 打印 "什么" | 101 | 打印 "什么" |
| 102 | 102 | ||
| 103 | 103 | ||
| 104 | 变量y = (参数a="hi", | 104 | 变量y = (参数a="hi", |
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 "#", ... |
