diff options
Diffstat (limited to 'dependencies/uthash/tests/test61.ans')
-rw-r--r-- | dependencies/uthash/tests/test61.ans | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dependencies/uthash/tests/test61.ans b/dependencies/uthash/tests/test61.ans new file mode 100644 index 000000000..39c63b45d --- /dev/null +++ b/dependencies/uthash/tests/test61.ans @@ -0,0 +1,16 @@ +hello +world +one +two +three +sorting +finding hello + hello +finding one + one +finding three + three +finding two + two +finding world + world |