From 3d8aea7c4fdd67e77f942b641ddcb88fe918e8be Mon Sep 17 00:00:00 2001 From: ehuelsmann <ehuelsmann@localhost> Date: Sat, 3 Apr 2010 23:17:57 +0000 Subject: [PATCH] Followup regarding the upcase tests: do the same for downcase tests. --- ansi-tests/character.lsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansi-tests/character.lsp b/ansi-tests/character.lsp index d407b626..2f691e9f 100644 --- a/ansi-tests/character.lsp +++ b/ansi-tests/character.lsp @@ -355,6 +355,7 @@ ;; a case mapping ;; ;; this comment applies to char-upcase.1 and char-upcase.2 +;; and char-downcase.1 and char-downcase.2 #-abcl (deftest char-upcase.1 @@ -391,10 +392,13 @@ ;;; +;; see char-upcase.1 why this test is commented out for ABCL +#-abcl (deftest char-downcase.1 (char-downcase.1.body) t) +#-abcl (deftest char-downcase.2 (char-downcase.2.body) t) -- GitLab