diff options
Diffstat (limited to 'tests/017/qsort.expected')
-rw-r--r-- | tests/017/qsort.expected | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/017/qsort.expected b/tests/017/qsort.expected new file mode 100644 index 00000000..a92d6c0e --- /dev/null +++ b/tests/017/qsort.expected @@ -0,0 +1,10 @@ +#("the" "quick" "brown" "fox" "jumped" "over" "the" "lazy" "dogs") +#("brown" "dogs" "fox" "jumped" "lazy" "over" "quick" "the" "the") +#("the" "quick" "brown" "fox" "jumped" "over" "the" "lazy" "dogs") +#("brown" "dogs" "fox" "jumped" "lazy" "over" "quick" "the" "the") +#("the" "quick" "brown" "fox" "jumped" "over" "the" "lazy" "dogs") +42 +#(nil nil nil nil nil nil nil nil nil) +#("the" "quick") +42 +#(nil nil) |