diff options
Diffstat (limited to 'spec/inputs/syntax.yue')
-rw-r--r-- | spec/inputs/syntax.yue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/syntax.yue b/spec/inputs/syntax.yue index d18bd0e..e274f1a 100644 --- a/spec/inputs/syntax.yue +++ b/spec/inputs/syntax.yue | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | a = 1 + 2* 3 / 6 | 3 | a = 1 + 2* 3 / 6 |
4 | 4 | ||
5 | a, bunch, go, here = another, world | 5 | a, bunch, go, here = another, world, nil, nil |
6 | 6 | ||
7 | func arg1, arg2, another, arg3 | 7 | func arg1, arg2, another, arg3 |
8 | 8 | ||