about summary refs log tree commit diff
path: root/posix/rxspencer
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-11-10 00:50:40 +0000
committerUlrich Drepper <drepper@redhat.com>2004-11-10 00:50:40 +0000
commitb4ae56bdc8cdb6cd8a6650d4dabfc37df1005087 (patch)
tree40464e84e8dd9548ac42f53c9fc0ea1699905a28 /posix/rxspencer
parente00a2302820a3ef3565ceeb4c5990e0fe977f348 (diff)
downloadglibc-b4ae56bdc8cdb6cd8a6650d4dabfc37df1005087.tar.gz
glibc-b4ae56bdc8cdb6cd8a6650d4dabfc37df1005087.tar.xz
glibc-b4ae56bdc8cdb6cd8a6650d4dabfc37df1005087.zip
Update.
2004-11-09  Jakub Jelinek  <jakub@redhat.com>

	* posix/regcomp.c (calc_eclosure_iter): Don't access
	dfa->edests[node].elems[0] if dfa->edests[node].nelem == 0.
	* posix/rxspencer/tests: Add 5 new tests.
Diffstat (limited to 'posix/rxspencer')
-rw-r--r--posix/rxspencer/tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/posix/rxspencer/tests b/posix/rxspencer/tests
index f4a3fb3df5..30fff15946 100644
--- a/posix/rxspencer/tests
+++ b/posix/rxspencer/tests
@@ -505,3 +505,8 @@ Char \([a-z0-9_]*\)\[.*	b	Char xyz[k	Char xyz[k	xyz
 a?b	-	ab	ab
 -\{0,1\}[0-9]*$	b	-5	-5
 a*a*a*a*a*a*a*	&	aaaaaa	aaaaaa
+(\b){0}	-	x	@x	-
+\(\b\)\{0,0\}	b	abc	@abc	-
+a(\b){0}c	-	ac	ac	-
+a(.*)b(\0){0}c	-	abc	abc	@bc,-
+a(.*)b(\0){0}c	-	axbc	axbc	x,-