forked from boostorg/regex
Ooops, fix broken escape sequence.
[SVN r42745]
This commit is contained in:
@ -131,7 +131,7 @@ void test_conditionals()
|
||||
TEST_INVALID_REGEX("(?<!*|^)", perl);
|
||||
TEST_INVALID_REGEX("(?<!*|A)", perl);
|
||||
TEST_INVALID_REGEX("(?<=?|A)", perl);
|
||||
TEST_INVALID_REGEX("(?<=*|\B)", perl);
|
||||
TEST_INVALID_REGEX("(?<=*|\\B)", perl);
|
||||
}
|
||||
|
||||
void test_options()
|
||||
|
Reference in New Issue
Block a user