@@ -34,6 +34,11 @@ class Case:
3434 "basic, no leading whitespace" : "flexible whitespace policy" ,
3535 "basic, no trailing whitespace" : "flexible whitespace policy" ,
3636 "basic, bald descendant segment" : "almost has a consensus" ,
37+ "filter, index segment on object, selects nothing" : "flexible selector policy" ,
38+ "functions, match, dot matcher on \\ u2028" : "standard library re policy" ,
39+ "functions, match, dot matcher on \\ u2029" : "standard library re policy" ,
40+ "functions, search, dot matcher on \\ u2028" : "standard library re policy" ,
41+ "functions, search, dot matcher on \\ u2029" : "standard library re policy" ,
3742 "functions, match, filter, match function, unicode char class, uppercase" : "\\ p not supported" , # noqa: E501
3843 "functions, match, filter, match function, unicode char class negated, uppercase" : "\\ P not supported" , # noqa: E501
3944 "functions, search, filter, search function, unicode char class, uppercase" : "\\ p not supported" , # noqa: E501
0 commit comments