Searched defs:ReplaceTest (Results 1 – 1 of 1) sorted by relevance
211 struct ReplaceTest { in TestReplace() struct212 const char *regexp; in TestReplace()213 const char *rewrite; in TestReplace()214 const char *original; in TestReplace()215 const char *single; in TestReplace()216 const char *global; in TestReplace()217 int global_count; // the expected return value from ReplaceAll in TestReplace()