From e700a90879806fa32aa21efbf877db646a8d9fd8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 7 Oct 2003 18:50:07 +0000 Subject: Update. 2003-10-07 Jakub Jelinek * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Backout 2003-10-02 changes. (SAVE_OLDTYPE_0): Fix a typo. --- posix/bug-regex11.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'posix') diff --git a/posix/bug-regex11.c b/posix/bug-regex11.c index c7a8b6537a..ae4bb06e06 100644 --- a/posix/bug-regex11.c +++ b/posix/bug-regex11.c @@ -58,10 +58,8 @@ struct { "([0-9]).*\\1(a*)", "7;7a6", REG_EXTENDED, 3, { { 0, 4 }, { 0, 1 }, { 3, 4 } } }, { "([0-9]).*\\1(a*)", "7;7a", REG_EXTENDED, 3, { { 0, 4 }, { 0, 1 }, { 3, 4 } } }, #if 0 - /* XXX This test seems wrong. --drepper */ - { "()(b)\\1c\\2", "bcb", REG_EXTENDED, 3, { { 0, 3 }, { 0, 0 }, { 1, 2 } } }, - /* XXX Not used since they fail so far. */ + { "()(b)\\1c\\2", "bcb", REG_EXTENDED, 3, { { 0, 3 }, { 0, 0 }, { 1, 2 } } }, { "(b())\\2\\1", "bbbb", REG_EXTENDED, 3, { { 0, 2 }, { 0, 1 }, { 1, 1 } } }, { "(bb())\\2\\1", "bbbb", REG_EXTENDED, 3, { { 0, 4 }, { 0, 2 }, { 2, 2 } } }, #endif -- cgit v1.2.3