From: Dmitry V. Levin Date: Sun, 6 Jun 2021 08:00:00 +0000 (+0000) Subject: regex-tests: remove incorrect comment X-Git-Tag: v1.0~2852 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=599ecba3344d9280802ce9f80d593d5ded2312a3;p=gnulib.git regex-tests: remove incorrect comment * tests/test-regex.c (tests): Remove the comment saying that some tests are not used. That comment was copied along with tests from glibc where some of these tests are commented out. Fixes: 70b673eb7 ("regex: fix longstanding backref match bug") --- diff --git a/tests/test-regex.c b/tests/test-regex.c index adccf2187d..3de6213ff8 100644 --- a/tests/test-regex.c +++ b/tests/test-regex.c @@ -110,7 +110,6 @@ static struct "level", REG_NOSUB | REG_EXTENDED, 0, { { -1, -1 } } }, { "^(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.).?\\9\\8\\7\\6\\5\\4\\3\\2\\1$|^.?$", "abcdedcba", REG_EXTENDED, 1, { { 0, 9 } } }, - /* XXX Not used since they fail so far. */ { "^(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.).?\\9\\8\\7\\6\\5\\4\\3\\2\\1$|^.?$", "ababababa", REG_EXTENDED, 1, { { 0, 9 } } }, { "^(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?).?\\9\\8\\7\\6\\5\\4\\3\\2\\1$",