Add test for token-pasting of integers.
authorCarl Worth <cworth@cworth.org>
Thu, 27 May 2010 21:45:20 +0000 (14:45 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 27 May 2010 21:45:20 +0000 (14:45 -0700)
commit886e05a35a319cdace9afed93d0cc8df2c7f33e0
tree4fff2ae151e7b96a699634b296e2b68640c88059
parentfb48fcdf9b5a5b002469ed247809fb0294d6c7a8
Add test for token-pasting of integers.

This test was tricky to make pass in the take-2 branch. It ends up
passing already here with no additional effort, (since we are lexing
integers as string-valued token except when in the ST_IF state in the
lexer anyway).
tests/059-token-pasting-integer.c [new file with mode: 0644]