diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-02 20:41:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-02 20:41:40 +0300 |
commit | ef5a30e67615e1acc931e2f542b09f114ba30a97 (patch) | |
tree | 6f99a27e320b0a90830475bb53afcdae050726ab /test/arraysort2.ok | |
parent | 0b5a1bcd8b7189cb2d3048ef8e8d39dd33e2bec6 (diff) | |
parent | 48f02e6672003d218d4c0348a6add7931522603b (diff) | |
download | egawk-ef5a30e67615e1acc931e2f542b09f114ba30a97.tar.gz egawk-ef5a30e67615e1acc931e2f542b09f114ba30a97.tar.bz2 egawk-ef5a30e67615e1acc931e2f542b09f114ba30a97.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'test/arraysort2.ok')
-rw-r--r-- | test/arraysort2.ok | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/arraysort2.ok b/test/arraysort2.ok new file mode 100644 index 00000000..8fda0bfd --- /dev/null +++ b/test/arraysort2.ok @@ -0,0 +1,26 @@ +b[0][1] = "" +b[0][2] = "" +b[0][3] = "" +b[0][4] = "" +b[0][5] = "" +b[0][6] = "" +b[0][7] = "" +b[0][8] = "" +==== +b[1][1] = "" +b[1][2] = "" +b[1][3] = "" +b[1][4] = "" +b[1][5] = "" +b[1][6] = "" +b[1][7] = "" +b[1][8] = "" +==== +b[2][1] = "aardvark" +b[2][2] = "Alligator" +b[2][3] = "animal" +b[2][4] = "Iguana" +b[2][5] = "people" +b[2][6] = "people" +b[2][7] = "zebra" +b[2][8] = "zoo" |