From ca75962a335a9954962b0213e060e3895ddc69fb Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 11 Dec 2022 01:37:40 +0200 Subject: Fix collection literal evaluation --- test/scripts/hash-map1.milch | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/scripts/hash-map1.milch (limited to 'test/scripts') diff --git a/test/scripts/hash-map1.milch b/test/scripts/hash-map1.milch new file mode 100644 index 0000000..ed61ec0 --- /dev/null +++ b/test/scripts/hash-map1.milch @@ -0,0 +1,6 @@ +(let a "foo") + +(eq? + { a 1 :b 2 } + ; equivalent to + (hash-map [a 1 :b 2])) -- cgit v1.3