Searched refs:TestQuoteMeta (Results 1 – 2 of 2) sorted by relevance
486 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) { in TestQuoteMeta() function504 TestQuoteMeta("foo"); in TestQuotaMetaSimple()505 TestQuoteMeta("foo.bar"); in TestQuotaMetaSimple()506 TestQuoteMeta("foo\\.bar"); in TestQuotaMetaSimple()507 TestQuoteMeta("[1-9]"); in TestQuotaMetaSimple()508 TestQuoteMeta("1.5-2.0?"); in TestQuotaMetaSimple()509 TestQuoteMeta("\\d"); in TestQuotaMetaSimple()510 TestQuoteMeta("Who doesn't like ice cream?"); in TestQuotaMetaSimple()511 TestQuoteMeta("((a|b)c?d*e+[f-h]i)"); in TestQuotaMetaSimple()512 TestQuoteMeta("((?!)xxx).*yyy"); in TestQuotaMetaSimple()[all …]
384 static void TestQuoteMeta(string unquoted, in TestQuoteMeta() function405 TestQuoteMeta("foo"); in TEST()406 TestQuoteMeta("foo.bar"); in TEST()407 TestQuoteMeta("foo\\.bar"); in TEST()408 TestQuoteMeta("[1-9]"); in TEST()409 TestQuoteMeta("1.5-2.0?"); in TEST()410 TestQuoteMeta("\\d"); in TEST()411 TestQuoteMeta("Who doesn't like ice cream?"); in TEST()412 TestQuoteMeta("((a|b)c?d*e+[f-h]i)"); in TEST()413 TestQuoteMeta("((?!)xxx).*yyy"); in TEST()[all …]