summaryrefslogtreecommitdiff
path: root/tests/test-ccl
Commit message (Collapse)AuthorAge
* change CLEANFILES to include instead of just the testname for the executableWill Estes2006-11-09
|
* Added ccl union operator.John Millaway2006-03-28
| | | | | | Added test in test suite for ccl union operator. Documented ccl union operator. Removed crufty ccl cache to prevent parser problems.
* Implemented (?x:) syntax to allow whitespace in patterns.John Millaway2006-03-27
| | | | Added test for (?x:) syntax in test suite.
* Implemented dot-all syntax.John Millaway2006-03-27
| | | | Added test for dot-all syntax in test suite.
* Removed global variable caseins.John Millaway2006-03-27
| | | | | | | | Added scanner stack flags for case-insensitivity. Moved case-folding code from DFA-generation to parse time read-macros. Added localized case-sensitivity syntax from Perl. Added test for new syntax in test suite. Documented new syntax.
* Added set difference operator {-} for character classes.John Millaway2006-03-22
|
* Added negated character class expressions.John Millaway2006-03-22
Documented negated character class expressions. Added regression test for negated character class expressions.