comparison tests/t37.c @ 146:15f51ed08ecf

Add more tests for some degenerate cases we don't handle right.
author David A. Holland
date Sat, 13 Jul 2013 14:47:29 -0400
parents
children
comparison
equal deleted inserted replaced
145:a403605d3166 146:15f51ed08ecf
1 #define BC //**/*
2 #define EC */**//
3
4 BC
5 comment?
6 EC
7
8 BC comment? EC
9
10 #define FOO(x) x
11 FOO(abc BC def EC ghi)
12
13 #define BAR(x, y) x y
14 BAR(abc BC def, ghi EC jkl)
15
16 BC
17 #define BAZ baz
18 EC
19 BAZ