mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix tests on -sb-unicode
This commit is contained in:
parent
c8c0b9fcc7
commit
a7086d895f
|
|
@ -180,7 +180,7 @@ is replaced with replacement."
|
|||
(let ((last (car (last missing))))
|
||||
(assert (equal last '((0 . #x10FFFF) . :L)))))
|
||||
(with-test (:name (:bidi-class :missing))
|
||||
(loop for code from 0 to #x10FFFF
|
||||
(loop for code from 0 to (min (1- char-code-limit) #x10FFFF)
|
||||
for char = (code-char code)
|
||||
if (= (aref tested code) 0)
|
||||
do (test-unallocated-bidi-class code (bidi-class char) missing))))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue