diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/D07multibyte.ztst | 19 |
1 files changed, 19 insertions, 0 deletions
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 |