mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
#41 fix validation of garbage e.g. non xml files
Testing also with not wellformed xml files
This commit is contained in:
parent
fa5966d464
commit
5e579dcd11
3 changed files with 16 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ public class Helper {
|
|||
|
||||
public static final URI INVALID = ROOT.resolve("input/simple-invalid.xml");
|
||||
|
||||
public static final URI NOT_WELLFORMED = ROOT.resolve("input/simple-not-wellformed.xml");
|
||||
|
||||
public static final URI UNKNOWN = ROOT.resolve("input/unknown.xml");
|
||||
|
||||
public static final URI GARBAGE = ROOT.resolve("input/no-xml.file");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue