Add a test case for one of the bugs found on the new additions to

regex(3).
This commit is contained in:
Daniel C. Sobral 2000-07-09 18:14:39 +00:00
parent 8ca5c256cb
commit beea813ee4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62857

View File

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