]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Regenerated
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2000 10:55:25 +0000 (10:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2000 10:55:25 +0000 (10:55 +0000)
posix/testcases.h

index 5f3b38921a32e063efbd69bc6a48d2110ad22567..834f53049ffb4148f0f6ddfac66dc4e284829b28 100644 (file)
   {0, "ab|cd", "abcd"},
   {0, "()ef", "def"},
   {0, "()*", "-"},
-  {1, "*a", "-"},
-  {0, "^*", "-"},
-  {0, "$*", "-"},
-  {1, "(*)b", "-"},
+  {2, "*a", "-"},
+  {2, "^*", "-"},
+  {2, "$*", "-"},
+  {2, "(*)b", "-"},
   {1, "$b", "b"},
   {2, "a\\", "-"},
   {0, "a\\(b", "a(b"},