summaryrefslogtreecommitdiff
path: root/posix/ptestcases.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-11-22 09:35:46 +0000
committerUlrich Drepper <drepper@redhat.com>2003-11-22 09:35:46 +0000
commit18e3dc56e43e3e8e997845c0934e14296ba18bb7 (patch)
treee74f4dc27d391a97be64032e73e8ea66d10c9973 /posix/ptestcases.h
parentcb2eab1f8a11ad4e3e69b89a82a73435f0fa4983 (diff)
Update.
2003-11-22 Ulrich Drepper <drepper@redhat.com> * posix/PTESTS: Fix first test of GA143. * posix/regex_internal.c (re_dfa_add_node): Add BE, reallocation isn't likely.
Diffstat (limited to 'posix/ptestcases.h')
-rw-r--r--posix/ptestcases.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/ptestcases.h b/posix/ptestcases.h
index 1a15f75f82..8f008acf5a 100644
--- a/posix/ptestcases.h
+++ b/posix/ptestcases.h
@@ -265,7 +265,7 @@
{ 1, 63, "a\\{1,63\\}", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", },
{ 0, 0, "2.8.3.4 BRE Precedence", NULL, },
{ 0, 0, "GA143", NULL, },
- { 2, 20, "\\^\\[[[.].]]\\\\(\\\\1\\\\)\\*\\\\{1,2\\\\}\\$", "a^[]\\(1\\)*\\{1,2\\}$b", },
+ { 2, 19, "\\^\\[[[.].]]\\\\(\\\\1\\\\)\\*\\\\{1,2\\\\}\\$", "a^[]\\(\\1\\)*\\{1,2\\}$b", },
{ 1, 6, "[[=*=]][[=\\=]][[=]=]][[===]][[...]][[:punct:]]", "*\\]=.;", },
{ 1, 6, "[$\\(*\\)^]*", "$\\()*^", },
{ 1, 1, "[\\1]", "1", },