Skip to content
Snippets Groups Projects
Commit 3d8aea7c authored by ehuelsmann's avatar ehuelsmann
Browse files

Followup regarding the upcase tests: do the same for downcase tests.

parent c3a12d80
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment