summaryrefslogtreecommitdiff
path: root/test/ignore3.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/ignore3.lm')
-rw-r--r--test/ignore3.lm6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/ignore3.lm b/test/ignore3.lm
index 4b3ce01a..e1003251 100644
--- a/test/ignore3.lm
+++ b/test/ignore3.lm
@@ -1,17 +1,15 @@
lex
-{
ignore /space+/
literal '*', '(' ni, ni ')', '!', ';'
token id /[a-zA-Z_0-9]+/
-}
+end
lex
-{
ignore /space+/
token inner_t /[a-zA-Z_0-9]+/
literal ''
-}
+end
def inner
['' inner_t*]