take code review into account

This commit is contained in:
Vincent Privat
2025-11-02 23:08:51 +01:00
committed by Harald Kuhr
parent 6c8b0cdc2f
commit 8da45b5f05
2 changed files with 10 additions and 9 deletions
@@ -70,6 +70,9 @@ public class SVGImageReaderSpiTest {
"<!-- ", // #275 Infinite loop issue
"<?123?>", // #275 Infinite loop issue
"<svg",
"<ns0:svg>", // namespace prefix undefined
"<ns0:svg xmlns:ns0=\"foo\">", // not the official svg namespace
"<ns0:svg xmlns:ns1=\"http://www.w3.org/2000/svg\">", // mismatching prefix
};
static {