regextst.cpp | 503 // REGEX_ERR Macro + invocation function to simplify writing tests 507 // REGEX_ERR("pattern", expected error line, column, expected status); 510 #define REGEX_ERR(pat, line, col, status) regex_err(pat, line, col, status, __LINE__); 512 void RegexTest::regex_err(const char *pat, int32_t errLine, int32_t errCol, function in class:RegexTest [all...] |