forked from boostorg/regex
Added possessive modifiers ++ *+ ?+ {}+.
Added support for \v and \h as character classes as per Perl-5.10. [SVN r52558]
This commit is contained in:
@ -40,6 +40,7 @@ int error_count = 0;
|
||||
|
||||
void run_tests()
|
||||
{
|
||||
RUN_TESTS(test_pocessive_repeats);
|
||||
RUN_TESTS(basic_tests);
|
||||
RUN_TESTS(test_simple_repeats);
|
||||
RUN_TESTS(test_alt);
|
||||
|
Reference in New Issue
Block a user