Home | History | Annotate | Download | only in tests

Lines Matching full:abcd

135         { "abcd"      , "abcd" },
138 { " abcd" , "abcd" },
139 { " abcd" , "abcd" },
140 { " \t\t abcd", "abcd" },
141 { "abcd " , "abcd " }, // we allow one trailing whitespace char
142 { "abcd " , "abcd " }, // because it makes no difference and
143 { "abcd\t " , "abcd\t" }, // simplifies the implementation