From 7bb711a3d66730807bd54b78d5a848aef3c666c5 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 15 Apr 2007 21:42:42 +0000 Subject: 23278: fix NUMERICGLOBSORT, broken by multibyte fixes --- Test/D07multibyte.ztst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'Test/D07multibyte.ztst') diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst index 07479539b..2e362f751 100644 --- a/Test/D07multibyte.ztst +++ b/Test/D07multibyte.ztst @@ -358,3 +358,22 @@ >1 148 >1 149 >1 150 + + touch ngs1.txt ngs2.txt ngs10.txt ngs20.txt ngs100.txt ngs200.txt + setopt numericglobsort + print -l ngs* + unsetopt numericglobsort + print -l ngs* +0:NUMERIC_GLOB_SORT option in UTF-8 locale +>ngs1.txt +>ngs2.txt +>ngs10.txt +>ngs20.txt +>ngs100.txt +>ngs200.txt +>ngs100.txt +>ngs10.txt +>ngs1.txt +>ngs200.txt +>ngs20.txt +>ngs2.txt -- cgit 1.4.1