From 599ecba3344d9280802ce9f80d593d5ded2312a3 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 6 Jun 2021 08:00:00 +0000 Subject: [PATCH] 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") --- tests/test-regex.c | 1 - 1 file changed, 1 deletion(-) 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$", -- 2.39.5