summaryrefslogtreecommitdiff
path: root/test/WFC/EntityDeclared5
diff options
context:
space:
mode:
Diffstat (limited to 'test/WFC/EntityDeclared5')
-rw-r--r--test/WFC/EntityDeclared56
1 files changed, 6 insertions, 0 deletions
diff --git a/test/WFC/EntityDeclared5 b/test/WFC/EntityDeclared5
new file mode 100644
index 0000000..f125373
--- /dev/null
+++ b/test/WFC/EntityDeclared5
@@ -0,0 +1,6 @@
+<?xml version="1.0" standalone="yes"?>
+<!DOCTYPE a SYSTEM "a.dtd" [
+%unknown;
+<!ENTITY % unknown "<!ELEMENT a (#PCDATA)>">
+]>
+<a> violates [ WFC: Entity Declared ] </a>