diff options
Diffstat (limited to 'test/WFC/EntityDeclared3')
-rw-r--r-- | test/WFC/EntityDeclared3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/WFC/EntityDeclared3 b/test/WFC/EntityDeclared3 new file mode 100644 index 0000000..1670980 --- /dev/null +++ b/test/WFC/EntityDeclared3 @@ -0,0 +1,3 @@ +<?xml version="1.0" standalone="yes"?> +<!DOCTYPE a SYSTEM "a.dtd"> +<a> &unknown; violates [ WFC: Entity Declared ] </a> |