diff options
Diffstat (limited to 'test/WFC/EntityDeclared4')
-rw-r--r-- | test/WFC/EntityDeclared4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/WFC/EntityDeclared4 b/test/WFC/EntityDeclared4 new file mode 100644 index 0000000..15354ac --- /dev/null +++ b/test/WFC/EntityDeclared4 @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<!DOCTYPE a [ +%unknown; +<!ENTITY % unknown "<!ELEMENT a (#PCDATA)>"> +]> +<a> violates [ WFC: Entity Declared ] </a> |