Test the make_TOKEN interface.

* tests/c++.at (AT_CHECK_VARIANTS): Require and use locations.
	Factor the common code in yylex.
	Use it to test "%define lex_symbol".
This commit is contained in:
Akim Demaille
2008-10-10 16:58:22 +02:00
committed by Akim Demaille
parent 7d3e21ba7b
commit dddec53788
2 changed files with 67 additions and 36 deletions

View File

@@ -1,3 +1,10 @@
2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
Test the make_TOKEN interface.
* tests/c++.at (AT_CHECK_VARIANTS): Require and use locations.
Factor the common code in yylex.
Use it to test "%define lex_symbol".
2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
Formatting change.