Home | History | Annotate | Download | only in testing

Lines Matching full:abcdef

32   { "Abcdef",            10,  "Abcdef",     "Abcdef"   },
33 { "abc(def|ghi)", 10, "abcdef", "abcghi" },
49 { "(?i)Abcdef", 10, "ABCDEF", "abcdef" },
50 { "(?i)abc(def|ghi)", 10, "ABCDEF", "abcghi" },
67 { "\\AAbcdef", 10, "Abcdef", "Abcdef" },
68 { "\\Aabc(def|ghi)", 10, "abcdef", "abcghi" },
84 { "(?i)\\AAbcdef", 10, "ABCDEF", "abcdef" },
85 { "(?i)\\Aabc(def|ghi)", 10, "ABCDEF", "abcghi" },