From 18e3dc56e43e3e8e997845c0934e14296ba18bb7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 22 Nov 2003 09:35:46 +0000 Subject: Update. 2003-11-22 Ulrich Drepper * posix/PTESTS: Fix first test of GA143. * posix/regex_internal.c (re_dfa_add_node): Add BE, reallocation isn't likely. --- posix/PTESTS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'posix/PTESTS') diff --git a/posix/PTESTS b/posix/PTESTS index 7d2676e20f..8732a2ccfe 100644 --- a/posix/PTESTS +++ b/posix/PTESTS @@ -270,7 +270,8 @@ 1¦63¦a\{1,63\}¦aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa¦ # 2.8.3.4 BRE Precedence # GA143 -2¦20¦\^\[[[.].]]\\(\\1\\)\*\\{1,2\\}\$¦a^[]\(1\)*\{1,2\}$b¦ +#W There are numerous bugs in the original version. +2¦19¦\^\[[[.].]]\\(\\1\\)\*\\{1,2\\}\$¦a^[]\(\1\)*\{1,2\}$b¦ 1¦6¦[[=*=]][[=\=]][[=]=]][[===]][[...]][[:punct:]]¦*\]=.;¦ 1¦6¦[$\(*\)^]*¦$\()*^¦ 1¦1¦[\1]¦1¦ -- cgit v1.2.3