diff options
Diffstat (limited to 'spec/inputs')
| -rw-r--r-- | spec/inputs/syntax.yue | 4 | ||||
| -rw-r--r-- | spec/inputs/unicode/syntax.yue | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/spec/inputs/syntax.yue b/spec/inputs/syntax.yue index 271f43f..a414d6f 100644 --- a/spec/inputs/syntax.yue +++ b/spec/inputs/syntax.yue | |||
| @@ -52,9 +52,9 @@ _ = -> | |||
| 52 | 52 | ||
| 53 | _ = -> 1,2,34 | 53 | _ = -> 1,2,34 |
| 54 | 54 | ||
| 55 | return 5 + () -> 4 + 2 | 55 | do return 5 + () -> 4 + 2 |
| 56 | 56 | ||
| 57 | return 5 + (() -> 4) + 2 | 57 | do return 5 + (() -> 4) + 2 |
| 58 | 58 | ||
| 59 | print 5 + () -> | 59 | print 5 + () -> |
| 60 | _ = 34 | 60 | _ = 34 |
diff --git a/spec/inputs/unicode/syntax.yue b/spec/inputs/unicode/syntax.yue index f382688..8a98416 100644 --- a/spec/inputs/unicode/syntax.yue +++ b/spec/inputs/unicode/syntax.yue | |||
| @@ -51,9 +51,9 @@ _ = -> | |||
| 51 | 51 | ||
| 52 | _ = -> 1,2,34 | 52 | _ = -> 1,2,34 |
| 53 | 53 | ||
| 54 | return 5 + () -> 4 + 2 | 54 | do return 5 + () -> 4 + 2 |
| 55 | 55 | ||
| 56 | return 5 + (() -> 4) + 2 | 56 | do return 5 + (() -> 4) + 2 |
| 57 | 57 | ||
| 58 | 打印 5 + () -> | 58 | 打印 5 + () -> |
| 59 | _ = 34 | 59 | _ = 34 |
