summaryrefslogtreecommitdiff
path: root/test/argv2.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-12-16 22:46:18 -0500
committerAdrian Thurston <thurston@complang.org>2012-12-16 22:46:18 -0500
commitfdbe023431ad745bc4d96a61cc47b969980049e6 (patch)
tree06938c9deee0637d1090e4d2a6dfcf9c4c56cd56 /test/argv2.lm
parent7f51e7044b84504d50d3313fb11e546a0ee547cd (diff)
downloadcolm-fdbe023431ad745bc4d96a61cc47b969980049e6.tar.gz
removed lexical region name from test cases
Diffstat (limited to 'test/argv2.lm')
-rw-r--r--test/argv2.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/argv2.lm b/test/argv2.lm
index 7214b778..f1c045f7 100644
--- a/test/argv2.lm
+++ b/test/argv2.lm
@@ -1,10 +1,10 @@
-lex args
+lex
{
literal '-'
token file /^('-'|0)(^0)*/
}
-lex opts
+lex
{
token single /[qvh]/
token with_opt /[oi]/