Home | History | Annotate | Download | only in cctest

Lines Matching refs:kNothingToRepeat

410   const char* kNothingToRepeat = "Nothing to repeat";
411 ExpectError("*", kNothingToRepeat);
412 ExpectError("?", kNothingToRepeat);
413 kNothingToRepeat);
414 ExpectError("{1}", kNothingToRepeat);
415 ExpectError("{1,2}", kNothingToRepeat);
416 ExpectError("{1,}", kNothingToRepeat);