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

On ABCL, disable -in my opinion outdated- tests for pairwise case requirement

  of characters-with-case: Unicode has simply superseeded the knowledge from back then.
parent 81ac5a1f
No related branches found
No related tags found
No related merge requests found
......@@ -347,10 +347,21 @@
;;;
;; based on http://unicode.org/faq/casemap_charprop.html#2
;; ABCL doesn't implement the pairwise case mappings
;; ABCL deems Unicode conformance more important than CLHS conformance
;; SBCL's solution to make these tests work is by declaring
;; characters to be without case, even though Unicode does declare
;; a case mapping
;;
;; this comment applies to char-upcase.1 and char-upcase.2
#-abcl
(deftest char-upcase.1
(char-upcase.1.body)
t)
#-abcl
(deftest char-upcase.2
(char-upcase.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