mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 04:27:22 +02:00
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