aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/syntax.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/syntax.yue')
-rw-r--r--spec/inputs/syntax.yue4
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
85split"abc xyz 123"\map"#"\printAll! 85split"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
91f ""[a] 91f ("")[a]
92f ""\b! 92f ""\b!
93f "".c! 93f "".c!
94 94