diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-30 08:37:12 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-30 08:37:12 +0000 |
commit | d853f4cd120630c67eb653b7451441177345d201 (patch) | |
tree | 1f359a2d70134cfcbc2af9ba88220f699c0ad409 | |
parent | 65168c749c0b86337705da7a8012c093918c80b7 (diff) | |
download | zsh-d853f4cd120630c67eb653b7451441177345d201.tar.gz zsh-d853f4cd120630c67eb653b7451441177345d201.tar.xz zsh-d853f4cd120630c67eb653b7451441177345d201.zip |
26895: restrict multibyte sorting test to western European charcters
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Test/D07multibyte.ztst | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 2a50ce768..7324648cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-30 Peter Stephenson <pws@csr.com> + + * c.f. 26895: Test/D07/multibyte.ztst: restrict the sorting test + to western European characters. + 2009-04-29 Peter Stephenson <pws@csr.com> * 26900: Benjamin R. Haskell: Completion/Unix/Command/_ssh: ssh -Y, @@ -11639,5 +11644,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4673 $ +* $Revision: 1.4674 $ ***************************************************** diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst index ec7def8b7..5c2abeaea 100644 --- a/Test/D07multibyte.ztst +++ b/Test/D07multibyte.ztst @@ -322,10 +322,10 @@ # We ask for case-insensitive sorting here (and supply upper case # characters) so that we exercise the logic in the shell that lowers the # case of the string for case-insensitive sorting. - print -oi HΕH HΔH HΓH HΒH HΑH + print -oi HÛH HÔH HÎH HÊH HÂH (LC_ALL=C; print -oi HAH HUH HEH HÉH HÈH) 0:Multibyte characters in print sorting ->HΑH HΒH HΓH HΔH HΕH +>HÂH HÊH HÎH HÔH HÛH >HAH HEH HUH HÈH HÉH # These are control characters in Unicode, so don't show up. |