Parent Directory
|
Revision Log
|
Patch
| revision 325 by ph10, Sun Jan 20 19:12:46 2008 UTC | revision 326 by ph10, Sat Mar 8 17:24:02 2008 UTC | |
|---|---|---|
| # | Line 497 static void TestQuotaMetaSimple() { | Line 497 static void TestQuotaMetaSimple() { |
| 497 | TestQuoteMeta("((a|b)c?d*e+[f-h]i)"); | TestQuoteMeta("((a|b)c?d*e+[f-h]i)"); |
| 498 | TestQuoteMeta("((?!)xxx).*yyy"); | TestQuoteMeta("((?!)xxx).*yyy"); |
| 499 | TestQuoteMeta("(["); | TestQuoteMeta("(["); |
| 500 | TestQuoteMeta(string("foo\0bar", 7)); | |
| 501 | } | } |
| 502 | ||
| 503 | static void TestQuoteMetaSimpleNegative() { | static void TestQuoteMetaSimpleNegative() { |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |