From 6bfc54b15c5178333573cdf6ef287d1dbc9d13e3 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 13 Aug 2020 09:17:20 -0700 Subject: [PATCH] xml.tests: require 8-bit encodings. --- basis/xml/tests/encodings.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basis/xml/tests/encodings.factor b/basis/xml/tests/encodings.factor index 6149910a55..df70cf7c3e 100644 --- a/basis/xml/tests/encodings.factor +++ b/basis/xml/tests/encodings.factor @@ -1,5 +1,7 @@ USING: xml xml.data xml.traversal tools.test accessors kernel ; +"io.encodings.8-bit" require ! for latin encodings + [ "\u000131" ] [ "vocab:xml/tests/latin5.xml" file>xml children>string ] unit-test [ "\u0000e9" ] [ "vocab:xml/tests/latin1.xml" file>xml children>string ] unit-test [ "\u0000e9" ] [ "vocab:xml/tests/spaces.xml" file>xml children>string ] unit-test