From 3a1f6f4cb2e6632cf6d7fa2889e3432e523d0dc5 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 23 Oct 2021 01:47:15 -0700 Subject: syntax: add tests for #; syntax. * tests/012/syntax.tl: New tests, some of which fail. --- tests/012/syntax.tl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/012/syntax.tl b/tests/012/syntax.tl index 87b01d67..36894610 100644 --- a/tests/012/syntax.tl +++ b/tests/012/syntax.tl @@ -24,3 +24,15 @@ #; .foo #;a.b 42 42) + +(mtest + '(#;abc) nil + '(#; abc 1) (1) + '(0 #; abc 1) (0 1) + '(0 #; abc) (0)) + +(mtest + '(#; .abc) nil + '(#; .abc 1) (1) + '(0 #; .abc 1) (0 1) + '(0 #; .abc) (0)) -- cgit v1.2.3