diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-12-03 10:54:36 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-12-03 10:54:36 +0000 |
commit | 7d672455bbc8f2142e9fa53db25974d012293b5e (patch) | |
tree | 272d7e610a6ef426cce50b835052d1496f63f9f4 /Misc/globtests | |
parent | b456768681f56e1d7d2bc1a29e932fd936aff9fd (diff) | |
download | zsh-7d672455bbc8f2142e9fa53db25974d012293b5e.tar.gz zsh-7d672455bbc8f2142e9fa53db25974d012293b5e.tar.xz zsh-7d672455bbc8f2142e9fa53db25974d012293b5e.zip |
19269: 8-bit characters in character classes
Diffstat (limited to 'Misc/globtests')
-rwxr-xr-x | Misc/globtests | 1 |
1 files changed, 1 insertions, 0 deletions
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." |