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 0c42ed6 commit 6998d7bCopy full SHA for 6998d7b
test/test-xml-sax-parser.lua
@@ -981,6 +981,12 @@ function TestXMLSAXParser.test_set_pedantic_as_option()
981
end
982
983
function TestXMLSAXParser.test_set_pedantic()
984
+ if jit.os ~= "Linux" then
985
+ -- parser.warning doesn't work because warningSAXFunc accepts
986
+ -- variable length arguments.
987
+ return
988
+ end
989
+
990
local xml = [[
991
<?xml version="1.0" encoding="UTF-8" ?>
992
<!DOCTYPE root SYSTEM "file:///usr/local/share/test.dtd" [
0 commit comments