Add testcase for macros with commas in comment
This commit is contained in:
parent
624ec3e1b7
commit
956495dd47
3 changed files with 23 additions and 0 deletions
|
|
@ -14,3 +14,6 @@ if 2 * preproc.one != preproc.two:
|
|||
|
||||
if preproc.methodX(99) != 199:
|
||||
raise RuntimeError
|
||||
|
||||
t1 = preproc.tcxMessageTest()
|
||||
t2 = preproc.tcxMessageBug()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue