glcpp: Add test involving token pasting of INTEGER tokens.
authorCarl Worth <cworth@cworth.org>
Thu, 29 Nov 2012 01:32:03 +0000 (17:32 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 29 Nov 2012 21:03:02 +0000 (13:03 -0800)
commit89cd6df03481dcf0dae948878ad1f77c819b442d
tree191ecb2866a8ed80eb01d6ed121123ea87bfcc06
parent522d1ccd77a7eea0421bcb0dcfa88b601146b6d1
glcpp: Add test involving token pasting of INTEGER tokens.

This test file is very similar to test 113-line-and-file-macros but uses token
pasting for cleaner quiz answers (without spaces between the digits). This
test passes thanks to the recent addition of support for pasting INTEGER
tokens, (but would have failed without that).

(Note that this test is distinct from test 059-token-pasting-integer which
pastes integers parsed from the source. Those are parsed to INTEGER_STRING
tokens and are already pasted correctly as verified by that test. The only way
to generate the INTEGER tokens which currently fail to paste is with an
internal define such as __LINE__ that results in an integer.)

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/glcpp/tests/114-paste-integer-tokens.c [new file with mode: 0644]
src/glsl/glcpp/tests/114-paste-integer-tokens.c.expected [new file with mode: 0644]