From 9f622c5bbd9cfb7e66a9fd3c371461af4249d566 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 9 Feb 2021 16:23:15 +0800 Subject: partially fix another issue from issue #38. --- spec/inputs/syntax.mp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'spec') 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 _ = here(we)"go"[12123] +split"abc xyz 123"\map"#"\printAll! + +_ = f""[a] +_ = f""\b! +_ = f"".c! + +f ""[a] +f ""\b! +f "".c! + +list{"abc", "xyz", "123"}\map"#"\printAll! + +_ = f{}[a] +_ = f{}\b! +_ = f{}.c! + -- this runs something = test: 12323 -- cgit v1.2.3-55-g6feb