mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 09:07:25 +02:00
regex post submission patches/tidy up.
[SVN r7854]
This commit is contained in:
@ -42,6 +42,9 @@ a b -1 -1
|
||||
\(a\) (a) 0 3
|
||||
\() !
|
||||
(\) !
|
||||
p(a)rameter ABCparameterXYZ 3 12 4 5
|
||||
[pq](a)rameter ABCparameterXYZ 3 12 4 5
|
||||
|
||||
; now try escaped brackets:
|
||||
- match_default bk_parens REG_BASIC
|
||||
\(a\) zzzaazz 3 4 3 4
|
||||
@ -855,3 +858,4 @@ a+(?#b+)b+ xaaabbba 1 7
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user