mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Add a test case for one of the bugs found on the new additions to
regex(3).
This commit is contained in:
parent
8ca5c256cb
commit
beea813ee4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62857
@ -222,6 +222,7 @@ ab\{2,2\}c b abcabbc abbc
|
||||
ab{2,4}c - abcabbc abbc
|
||||
ab\{2,4\}c b abcabbc abbc
|
||||
((a{1,10}){1,10}){1,10} - a a a,a
|
||||
((a{1,10}){1,10}){1,10}bb - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabb aaaaaaaaaaaaaaaaaaaaaaaaaaaaaabb
|
||||
|
||||
# multiple repetitions
|
||||
a** &C BADRPT
|
||||
|
Loading…
Reference in New Issue
Block a user