diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-04-01 11:58:20 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-04-01 11:58:20 +0300 |
commit | d806340faadd79524b3adccef6cbced20cd88396 (patch) | |
tree | 31ff37862e0603576bf3c0111149af70ff7578ef /test/arraysort.ok | |
parent | 6aed27e0a553cb31800bbaeee1bf8e96a98abb12 (diff) | |
download | egawk-d806340faadd79524b3adccef6cbced20cd88396.tar.gz egawk-d806340faadd79524b3adccef6cbced20cd88396.tar.bz2 egawk-d806340faadd79524b3adccef6cbced20cd88396.zip |
Fix array sorting, add test case.
Diffstat (limited to 'test/arraysort.ok')
-rw-r--r-- | test/arraysort.ok | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/arraysort.ok b/test/arraysort.ok new file mode 100644 index 00000000..2306e8a9 --- /dev/null +++ b/test/arraysort.ok @@ -0,0 +1,13 @@ +x 1 +y 1 +1 1 +100 1 +x 1 +y 1 +1 1 +100 1 +0 1 +x 1 +y 1 +1 1 +100 1 |