view tests/t13.c @ 54:cf2830e5b81f

Adjust output for expectations of dhtest. Hook t13 up.
author Joerg Sonnenberger <joerg@bec.de>
date Sun, 31 Mar 2013 06:16:08 +0200
parents ebdc6a4cb0f8
children 737ffe27b4bd
line wrap: on
line source

#define a() x
a()
a ()
#define b(p) p
x/**/b(1)/**/x
x/**/b (1)/**/x
x/**/b()/**/x
#define c(p,q) p/**/q
x/**/c(1,2)/**/x
x/**/c(1)/**/x
x/**/c()/**/x