OSDN Git Service

Add test invoking a macro with an argument containing (non-macro) parentheses.
authorCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 23:51:54 +0000 (16:51 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 23:51:54 +0000 (16:51 -0700)
commitf6ae186cfd2c7006656ac55446247b569b92a721
tree94101c5a6d15ca665f5119152829553901d39d02
parent38bd27b444f610904320b5aa9d37e43be9164697
Add test invoking a macro with an argument containing (non-macro) parentheses.

The macro invocation is defined to consume all text between a set of
matched parentheses. We previously tested for inner parentheses from a
nested function-like macro invocation. Here we test for inner
parentheses occuring on their own, (not part of another macro
invocation).
tests/022-define-func-arg-with-parens.c [new file with mode: 0644]