From 7d672455bbc8f2142e9fa53db25974d012293b5e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 3 Dec 2003 10:54:36 +0000 Subject: 19269: 8-bit characters in character classes --- Misc/globtests | 1 + 1 file changed, 1 insertion(+) (limited to 'Misc') diff --git a/Misc/globtests b/Misc/globtests index 9fbab98fa..2306000bf 100755 --- a/Misc/globtests +++ b/Misc/globtests @@ -179,5 +179,6 @@ f atest/path *((#s)|/)test((#e)|/)* f path/testy *((#s)|/)test((#e)|/)* f path/testy/ohyes *((#s)|/)test((#e)|/)* f path/atest/ohyes *((#s)|/)test((#e)|/)* +t björn *[åäöÅÄÖ]* EOT print "$failed tests failed." -- cgit 1.4.1