From c7e85d0c08ccbfc7604f6d50579c3a4b25281ff1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Jan 2000 10:53:15 +0000 Subject: Update. * posix/TESTS: Fix expected result for test cases with * with no leading expression. --- posix/testcases.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'posix/testcases.h') diff --git a/posix/testcases.h b/posix/testcases.h index 5f3b38921a..834f53049f 100644 --- a/posix/testcases.h +++ b/posix/testcases.h @@ -54,10 +54,10 @@ {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"}, -- cgit v1.2.3