view tests/t37.c @ 175:ffdb0b73856f

Suppress blank lines later. Fixes the rest of the bizarre spacing behavior described in changeset 82cc6fa54b01. Expand t39 to cover more cases, too.
author David A. Holland
date Fri, 12 Jun 2015 02:38:04 -0400
parents 15f51ed08ecf
children
line wrap: on
line source

#define BC //**/*
#define EC */**//

BC
comment?
EC

BC comment? EC

#define FOO(x) x
FOO(abc BC def EC ghi)

#define BAR(x, y) x y
BAR(abc BC def, ghi EC jkl)

BC
#define BAZ baz
EC
BAZ