annotate tests/t36.c @ 197:f5981d0ee2b4

fix typo in error message; noted by Joerg
author David A. Holland
date Sat, 05 Dec 2015 18:07:58 -0500
parents 15f51ed08ecf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
146
15f51ed08ecf Add more tests for some degenerate cases we don't handle right.
David A. Holland
parents:
diff changeset
1 #define C(x) //**/* x */**//
15f51ed08ecf Add more tests for some degenerate cases we don't handle right.
David A. Holland
parents:
diff changeset
2 C(3)
15f51ed08ecf Add more tests for some degenerate cases we don't handle right.
David A. Holland
parents:
diff changeset
3 C(abc /* def */ ghi)
15f51ed08ecf Add more tests for some degenerate cases we don't handle right.
David A. Holland
parents:
diff changeset
4
15f51ed08ecf Add more tests for some degenerate cases we don't handle right.
David A. Holland
parents:
diff changeset
5 #define D(x) ///**/**/**///**/* x */**///**/**/**///
15f51ed08ecf Add more tests for some degenerate cases we don't handle right.
David A. Holland
parents:
diff changeset
6 D(3)
15f51ed08ecf Add more tests for some degenerate cases we don't handle right.
David A. Holland
parents:
diff changeset
7 D(abc /* def */ ghi)