From 95eaff64c7276cce271e368f097dea0c40ccb8b5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 27 Oct 2001 03:00:50 +0000 Subject: Update. * posix/tst-fnmatch.input: Add tests for - at beginning and end of bracket expression. * string/tst-strxfrm.c (test): Also test __strxfrm_l. --- posix/tst-fnmatch.input | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'posix/tst-fnmatch.input') diff --git a/posix/tst-fnmatch.input b/posix/tst-fnmatch.input index 764fe962d3..faea8e2f9b 100644 --- a/posix/tst-fnmatch.input +++ b/posix/tst-fnmatch.input @@ -381,6 +381,14 @@ C "a" "a/" NOMATCH PATHNAME C "a/" "a" NOMATCH PATHNAME C "//a" "/a" NOMATCH PATHNAME C "/a" "//a" NOMATCH PATHNAME +C "az" "[a-]z" 0 +C "bz" "[ab-]z" 0 +C "cz" "[ab-]z" NOMATCH +C "-z" "[ab-]z" 0 +C "az" "[-a]z" 0 +C "bz" "[-ab]z" 0 +C "cz" "[-ab]z" NOMATCH +C "-z" "[-ab]z" 0 # Following are tests outside the scope of IEEE 2003.2 since they are using # locales other than the C locale. The main focus of the tests is on the -- cgit 1.4.1