mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
11 lines
315 B
Diff
11 lines
315 B
Diff
--- a/test/html/test_document_encoding.rb
|
|
+++ b/test/html/test_document_encoding.rb
|
|
@@ -19,6 +19,7 @@
|
|
end
|
|
|
|
def test_encoding_without_charset
|
|
+ skip 'Not supported on musl'
|
|
doc = Nokogiri::HTML File.open(SHIFT_JIS_NO_CHARSET, 'r:cp932:cp932').read
|
|
|
|
hello = "こんにちは"
|