From 4fa1eacaa67ffb6768f584262e4ff9c0613fd4f7 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sun, 27 Jul 2014 16:14:43 +0900 Subject: [PATCH] Adding a list sorting example. --- tests/sort-tests.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/sort-tests.scm b/tests/sort-tests.scm index 6123a158..6305539b 100644 --- a/tests/sort-tests.scm +++ b/tests/sort-tests.scm @@ -45,6 +45,13 @@ (sort '("elephant" "CaT" "DOG" "ape" "GoAt" "Fox" "HAWK" "Bear") string-ci