HomeSort by relevance Sort by last modified time
    Searched full:error_badrepeat_thrown (Results 1 - 1 of 1) sorted by null

  /external/libcxx/test/std/re/re.regex/re.regex.construct/
bad_repeat.pass.cpp 20 static bool error_badrepeat_thrown(const char *pat) function
33 assert(error_badrepeat_thrown("?a"));
34 assert(error_badrepeat_thrown("*a"));
35 assert(error_badrepeat_thrown("+a"));
36 assert(error_badrepeat_thrown("{a"));
38 assert(error_badrepeat_thrown("?(a+)"));
39 assert(error_badrepeat_thrown("*(a+)"));
40 assert(error_badrepeat_thrown("+(a+)"));
41 assert(error_badrepeat_thrown("{(a+)"));

Completed in 526 milliseconds