summaryrefslogtreecommitdiffstats
path: root/libxml2/test/WFC/EntityDeclared2
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/WFC/EntityDeclared2')
-rw-r--r--libxml2/test/WFC/EntityDeclared25
1 files changed, 5 insertions, 0 deletions
diff --git a/libxml2/test/WFC/EntityDeclared2 b/libxml2/test/WFC/EntityDeclared2
new file mode 100644
index 0000000..e6d16dd
--- /dev/null
+++ b/libxml2/test/WFC/EntityDeclared2
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<!DOCTYPE a [
+<!ENTITY e "an entity">
+]>
+<a> &unknown; violates [ WFC: Entity Declared ] </a>