Loading test/test-encodings.script +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ (leave-test "No Unicode support to test on this lisp implementation" 0) #+abcl (let ((version (lisp-implementation-version)) (let* ((version (lisp-implementation-version)) (version-nums (subseq version 0 (position-if-not (lambda (x) (find x "0123456789.")) version)))) (when (version< version-nums "1.1.2") (leave-test "Your old ABCL is known to fail this test script, so skipping it." 0))) Loading Loading
test/test-encodings.script +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ (leave-test "No Unicode support to test on this lisp implementation" 0) #+abcl (let ((version (lisp-implementation-version)) (let* ((version (lisp-implementation-version)) (version-nums (subseq version 0 (position-if-not (lambda (x) (find x "0123456789.")) version)))) (when (version< version-nums "1.1.2") (leave-test "Your old ABCL is known to fail this test script, so skipping it." 0))) Loading