aboutsummaryrefslogtreecommitdiff
path: root/t/preprocess.t
Commit message (Expand)AuthorAge
* added test cases for heredoc and triple-single.Timo Paulssen2011-05-13
* simple tests for heredoc.Timo Paulssen2011-05-13
* Loosen regexp, to allow empty quoted parameters in directives.Joey Hess2010-02-26
* add test case for unterminated """ string•••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. Joey Hess2009-06-05
* Add new preprocessor directive syntax¸ using a '!' prefix.•••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. Josh Triplett2008-01-27
* couple morejoey2007-06-02
* * Add test suite for preprocessor directive parsing.joey2007-06-02