regex post submission patches/tidy up.

[SVN r7854]
This commit is contained in:
John Maddock
2000-09-27 12:04:20 +00:00
parent fc0bf318a2
commit a47bcdb944
11 changed files with 1449 additions and 2013 deletions

View File

@ -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