diff options
author | Adrian Thurston <thurston@complang.org> | 2012-12-16 22:46:18 -0500 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2012-12-16 22:46:18 -0500 |
commit | fdbe023431ad745bc4d96a61cc47b969980049e6 (patch) | |
tree | 06938c9deee0637d1090e4d2a6dfcf9c4c56cd56 /test/lookup1.lm | |
parent | 7f51e7044b84504d50d3313fb11e546a0ee547cd (diff) | |
download | colm-fdbe023431ad745bc4d96a61cc47b969980049e6.tar.gz |
removed lexical region name from test cases
Diffstat (limited to 'test/lookup1.lm')
-rw-r--r-- | test/lookup1.lm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lookup1.lm b/test/lookup1.lm index f1f2ead2..97aa3b46 100644 --- a/test/lookup1.lm +++ b/test/lookup1.lm @@ -138,7 +138,7 @@ context lookup } # The C++ scanner. - lex start + lex { rl fract_const / digit* '.' digit+ | digit+ '.' / rl exponent / [eE] [+\-]? digit+ / @@ -1634,7 +1634,7 @@ context lookup def class_function_definition [function_def_declaration ctor_initializer_opt class_function_body function_def_end] - lex cfb_conts + lex { token cfb_open /'{'/ token cfb_close /'}'/ |