master: Fix a test
stassats via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via ac330720f3dd9bac343ea5789848c502da46ca02 (commit)
from 40aa19c16995d8e83be62a924644fc6f012f3ca7 (commit)
- Log -----------------------------------------------------------------
commit ac330720f3dd9bac343ea5789848c502da46ca02
Author: Stas Boukarev <[email protected]>
Date: Thu Aug 6 06:57:18 2026 +0300
Fix a test
---
tests/utf-8.impure.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/utf-8.impure.lisp b/tests/utf-8.impure.lisp
index 74ba714cd..6e46bd867 100644
--- a/tests/utf-8.impure.lisp
+++ b/tests/utf-8.impure.lisp
@@ -305,7 +305,7 @@
(let* ((bad (validate-utf8 vector))
(chars (sb-vm::utf8-crlf-to-character-string 0 (length string) string ibuf))
(bytes (sb-impl::buffer-head ibuf))
- (decoded (octets-to-string vector :end bad)))
+ (decoded (octets-to-string vector :end bad :external-format '(:utf8 :newline :crlf))))
(when bad
(assert (>= bad bytes)))
(assert (string= string decoded :end1 chars :end2 chars))))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL