We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fc427 commit b561132Copy full SHA for b561132
test/runtests.jl
@@ -68,3 +68,6 @@ mktemp() do p, io
68
close(io)
69
@test readall(p, "CP1252") == s
70
end
71
+
72
+@test_throws ErrorException p = StringEncoder(IOBuffer(), "nonexistent_encoding")
73
+@test_throws ErrorException p = StringDecoder(IOBuffer(), "nonexistent_encoding")
0 commit comments