summaryrefslogtreecommitdiff
path: root/test/sort1.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/sort1.ok')
-rw-r--r--test/sort1.ok40
1 files changed, 40 insertions, 0 deletions
diff --git a/test/sort1.ok b/test/sort1.ok
index 00ed661a..d8b6d94f 100644
--- a/test/sort1.ok
+++ b/test/sort1.ok
@@ -47,6 +47,26 @@
[4]: Zebra
[5]: blattt
[6]: barz
+---end asort(a, b, "@ind_num_desc"), IGNORECASE = 0---
+ [1]: barz
+ [2]: blattt
+ [3]: Zebra
+ [4]: 1234
+ [5]: 234
+ [6][1]: 4321
+ [6][2]: arbeZ
+ [6][3]: tttalb
+ [6][4]: zrab
+---end asort(a, a, "@ind_str_asc"), IGNORECASE = 0---
+ [1][1]: zrab
+ [1][2]: tttalb
+ [1][3]: arbeZ
+ [1][4]: 4321
+ [2]: 234
+ [3]: 1234
+ [4]: Zebra
+ [5]: blattt
+ [6]: barz
---end asort(a, a, "@ind_str_desc"), IGNORECASE = 0---
[4]: 1234
[5]: 234
@@ -157,6 +177,26 @@
[4]: Zebra
[5]: blattt
[6]: barz
+---end asort(a, b, "@ind_num_desc"), IGNORECASE = 1---
+ [1]: barz
+ [2]: blattt
+ [3]: Zebra
+ [4]: 1234
+ [5]: 234
+ [6][1]: 4321
+ [6][2]: arbeZ
+ [6][3]: tttalb
+ [6][4]: zrab
+---end asort(a, a, "@ind_str_asc"), IGNORECASE = 1---
+ [1][1]: zrab
+ [1][2]: tttalb
+ [1][3]: arbeZ
+ [1][4]: 4321
+ [2]: 234
+ [3]: 1234
+ [4]: Zebra
+ [5]: blattt
+ [6]: barz
---end asort(a, a, "@ind_str_desc"), IGNORECASE = 1---
[4]: 1234
[5]: 234