aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/inputs/syntax.mp16
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/inputs/syntax.mp b/spec/inputs/syntax.mp
index 1bb962f..c8ad96d 100644
--- a/spec/inputs/syntax.mp
+++ b/spec/inputs/syntax.mp
@@ -82,6 +82,22 @@ something [[else]], 2
82 82
83_ = here(we)"go"[12123] 83_ = here(we)"go"[12123]
84 84
85split"abc xyz 123"\map"#"\printAll!
86
87_ = f""[a]
88_ = f""\b!
89_ = f"".c!
90
91f ""[a]
92f ""\b!
93f "".c!
94
95list{"abc", "xyz", "123"}\map"#"\printAll!
96
97_ = f{}[a]
98_ = f{}\b!
99_ = f{}.c!
100
85-- this runs 101-- this runs
86something = 102something =
87 test: 12323 103 test: 12323