Home | History | Annotate | Download | only in re.regex.construct

Lines Matching refs:assert

35     assert(error_escape_thrown("[\\a]"));
36 assert(error_escape_thrown("\\a"));
37 assert(error_escape_thrown("\\"));
39 assert(error_escape_thrown("[\\e]"));
40 assert(error_escape_thrown("\\e"));
42 assert(error_escape_thrown("[\\c:]"));
43 assert(error_escape_thrown("\\c:"));
44 assert(error_escape_thrown("\\c"));
45 assert(!error_escape_thrown("[\\cA]"));
46 assert(!error_escape_thrown("\\cA"));