summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Daphne Preston-Kendal 2022-11-26 13:07:37 +0100
committerGravatar Daphne Preston-Kendal 2022-11-26 13:07:37 +0100
commitd3d6b805826575d04eff27f907d8c527046e71d3 (patch)
treeb84fde8109542d4b93312e086345fbba2b1ac3fd
parents/tabs/spaces/ (diff)
(chibi test) uses the order expected value then actual value
-rw-r--r--srfi-228-test.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/srfi-228-test.scm b/srfi-228-test.scm
index f07695f..f6a984d 100644
--- a/srfi-228-test.scm
+++ b/srfi-228-test.scm
@@ -67,6 +67,12 @@
(revolver (make-cd (make-person "The" "Beatles") "Revolver")))
(test-equal
equal?
+ (list deutsche-grammatik
+ mnd
+ sonnets
+ abbey-road
+ revolver
+ bob)
(list-sort
(lambda (a b) (<? item-comparator a b))
(list abbey-road
@@ -74,10 +80,4 @@
sonnets
mnd
bob
- revolver))
- (list deutsche-grammatik
- mnd
- sonnets
- abbey-road
- revolver
- bob))))
+ revolver)))))