summaryrefslogtreecommitdiff
path: root/test/sort1.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/sort1.ok')
-rw-r--r--test/sort1.ok11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/sort1.ok b/test/sort1.ok
new file mode 100644
index 0000000..4838dab
--- /dev/null
+++ b/test/sort1.ok
@@ -0,0 +1,11 @@
+start testit
+1 1234
+2 Zebra
+3 barz
+4 blattt
+end testit
+N = 4
+1 barz 1234
+2 blattt Zebra
+3 Zebra barz
+4 1234 blattt