OSDN Git Service

Add tests defining a macro to be a literal and another macro.
authorCarl Worth <cworth@cworth.org>
Tue, 11 May 2010 19:39:29 +0000 (12:39 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 11 May 2010 19:39:29 +0000 (12:39 -0700)
commitdf2ab5b99237ab0b6760226554b133a5ccd11579
treebf15712785360ec428e5d34ebea22c4bc565f425
parent34db0d332e0a1477971b7c29c18899e7264f9bce
Add tests defining a macro to be a literal and another macro.

These 3 new tests are modeled after 3 existing tests but made slightly
more complex since now instead of definining a new macro to be an
existing macro, we define it to be replaced with two tokens, (one a
literal, and one an existing macro).

These tests all fail currently because the replacement lookup is
currently happening on the basis of the entire replacement string
rather than on a list of tokens.
tests/005-define-composite-chain.c [new file with mode: 0644]
tests/006-define-composite-chain-reverse.c [new file with mode: 0644]
tests/007-define-composite-recursive.c [new file with mode: 0644]