Test token.prefix.

This is not sufficient, but we test at least that the make_SYMBOL
interface is not affected by token.prefix.  A more general test
will be implemented when the support of token.prefix is generalized
to more skeletons.

	* tests/c++.at: One more variant test, using token.prefix.
This commit is contained in:
Akim Demaille
2008-10-10 17:04:23 +02:00
committed by Akim Demaille
parent dddec53788
commit 7b6e67533e
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
Test token.prefix.
This is not sufficient, but we test at least that the make_SYMBOL
interface is not affected by token.prefix. A more general test
will be implemented when the support of token.prefix is generalized
to more skeletons.
* tests/c++.at: One more variant test, using token.prefix.
2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
Test the make_TOKEN interface.