]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* posix/bug-regex13.c (tests): Add new test.
authorRoland McGrath <roland@gnu.org>
Fri, 8 Nov 2002 22:39:08 +0000 (22:39 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 8 Nov 2002 22:39:08 +0000 (22:39 +0000)
ChangeLog
posix/bug-regex13.c

index d9a987ac582149ce9b8cc07c4ff761243501032e..9b36a1fe0b9c8de8062a2e8c442d9711a049622f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-11-08  Jakub Jelinek  <jakub@redhat.com>
 
+       * posix/bug-regex13.c (tests): Add new test.
+
        * string/test-strchr.c (stupid_strchr): New function.
        (do_random_tests): Make sure the string is zero terminated.
        * string/test-strpbrk.c (stupid_strpbrk): New function.
index 589293a7c085fe9a75357f11eafe21b6a54316cb..5ff5adeba305acde68f7d909e917bfbcb8f40f2a 100644 (file)
@@ -33,6 +33,7 @@ static struct
 } tests[] = {
   {RE_BACKSLASH_ESCAPE_IN_LISTS, "[0\\-9]", "1", -1}, /* It should not match.  */
   {RE_BACKSLASH_ESCAPE_IN_LISTS, "[0\\-9]", "-", 0}, /* It should match.  */
+  {RE_SYNTAX_POSIX_BASIC, "s1\n.*\ns3", "s1\ns2\ns3", 0}
 };
 
 int