Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | added test cases for heredoc and triple-single. | Timo Paulssen | 2011-05-13 |
| | |||
* | simple tests for heredoc. | Timo Paulssen | 2011-05-13 |
| | |||
* | Loosen regexp, to allow empty quoted parameters in directives. | Joey Hess | 2010-02-26 |
| | |||
* | add test case for unterminated """ string | Joey Hess | 2009-06-05 |
| | | | | | | | | | | | | A directive that contains an unterminated """ string should not cause each word of the string to be treated as a bare word. Instead, the directive should fail to parse. There are two tests. One just checks that a complete directive containing such a string fails to parse. The other checks for a case where a directive ends with a very long unterminated """ string, and the directive is itself not closed. While this test won't fail, it does trigger a nasty perl warning. | ||
* | Add new preprocessor directive syntax¸ using a '!' prefix. | Josh Triplett | 2008-01-27 |
| | | | | | | | | Add a prefix_directives option to the setup file to turn this syntax on; currently defaults to false, for backward compatibility. Support optional '!' prefix even with prefix_directives off, and use that in the underlay to support either setting of prefix_directives. Add NEWS entry with migration information. | ||
* | couple more | joey | 2007-06-02 |
| | |||
* | * Add test suite for preprocessor directive parsing. | joey | 2007-06-02 |