diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-21 09:20:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-21 09:20:45 +0000 |
commit | 53f9084e3f565d62f2a1293a72cb838b759382ce (patch) | |
tree | d12244cbe15795af699f7c656e9fcede50e3c97d /posix/ptestcases.h | |
parent | c13c99fa92bff8320d2af23717c3e4d656923932 (diff) | |
download | glibc-53f9084e3f565d62f2a1293a72cb838b759382ce.tar glibc-53f9084e3f565d62f2a1293a72cb838b759382ce.tar.gz glibc-53f9084e3f565d62f2a1293a72cb838b759382ce.tar.bz2 glibc-53f9084e3f565d62f2a1293a72cb838b759382ce.zip |
Update.
2003-11-21 Ulrich Drepper <drepper@redhat.com>
* Makefile: Add rules to build and run tst-cond12.
* tst-cond12.c: New file.
Diffstat (limited to 'posix/ptestcases.h')
-rw-r--r-- | posix/ptestcases.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/ptestcases.h b/posix/ptestcases.h index 39e3494313..1a15f75f82 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, 20, "\\^\\[[[.].]]\\\\(\\\\1\\\\)\\*\\\\{1,2\\\\}\\$", "a^[]\\(1\\)*\\{1,2\\}$b", }, { 1, 6, "[[=*=]][[=\\=]][[=]=]][[===]][[...]][[:punct:]]", "*\\]=.;", }, { 1, 6, "[$\\(*\\)^]*", "$\\()*^", }, { 1, 1, "[\\1]", "1", }, |