diff options
Diffstat (limited to 'spec/inputs/syntax.yue')
| -rw-r--r-- | spec/inputs/syntax.yue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/inputs/syntax.yue b/spec/inputs/syntax.yue index a63f629..ccf8b01 100644 --- a/spec/inputs/syntax.yue +++ b/spec/inputs/syntax.yue | |||
| @@ -84,11 +84,11 @@ _ = here(we)"go"[12123] | |||
| 84 | 84 | ||
| 85 | split"abc xyz 123"\map"#"\printAll! | 85 | split"abc xyz 123"\map"#"\printAll! |
| 86 | 86 | ||
| 87 | _ = f""[a] | 87 | _ = f("")[a] |
| 88 | _ = f""\b! | 88 | _ = f""\b! |
| 89 | _ = f"".c! | 89 | _ = f"".c! |
| 90 | 90 | ||
| 91 | f ""[a] | 91 | f ("")[a] |
| 92 | f ""\b! | 92 | f ""\b! |
| 93 | f "".c! | 93 | f "".c! |
| 94 | 94 | ||
