Add three more tests cases recently added to the take-2 branch.
authorCarl Worth <cworth@cworth.org>
Sat, 29 May 2010 13:01:32 +0000 (06:01 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 29 May 2010 13:01:32 +0000 (06:01 -0700)
commitae3fb09cd20fc189d68f0c2a63cc74dd584d7ee1
tree07c84eccec554ef83f84c706e6b52cc3f6e7a641
parent614a9aece0888e7c8221ad2e8a231762442db794
Add three more tests cases recently added to the take-2 branch.

The 071-punctuator test is failing only trivially (whitespace change only).

And the 072-token-pasting-same-line.c test passes just fine here, (more
evidence perhaps that the approach in take-2 is more trouble than it's
worth?).

The 099-c99-example test case is the inspiration for much of the rest
of the test suite. It amazingly passes on the take-2 branch, but
doesn't pass here yet.
tests/071-punctuator.c [new file with mode: 0644]
tests/072-token-pasting-same-line.c [new file with mode: 0644]
tests/099-c99-example.c [new file with mode: 0644]