From: drepper Date: Thu, 10 Dec 1998 09:55:48 +0000 (+0000) Subject: Regexp "a[b-a]" should not compile. X-Git-Tag: glibc-2_0_112~836 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=fadc3b1d992ab357a1f4ac5549ec2b48f44e86b3 Regexp "a[b-a]" should not compile. --- diff --git a/posix/TESTS b/posix/TESTS index 4f1c49f30d..858e22315e 100644 --- a/posix/TESTS +++ b/posix/TESTS @@ -39,7 +39,7 @@ 0:a[b-d]:aac 0:a[-b]:a- 0:a[b-]:a- -1:a[b-a]:- +2:a[b-a]:- 2:a[]b:- 2:a[:- 0:a]:a]