summaryrefslogtreecommitdiff
path: root/test/construct2.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/construct2.lm')
-rw-r--r--test/construct2.lm3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/construct2.lm b/test/construct2.lm
index a2549b34..fd60e9d4 100644
--- a/test/construct2.lm
+++ b/test/construct2.lm
@@ -3,11 +3,12 @@
lex
ignore /[ \t\n]+/
token id /[a-z]+/
- literal ',', '.', '*', '(', ')'
+ literal `, `. `* `( `)
end
def lang [id*]
print( construct lang "a b c" '\n' )
+
##### EXP #####
a b c