summaryrefslogtreecommitdiff
path: root/test/WFC/NoExternalEntityRef
diff options
context:
space:
mode:
Diffstat (limited to 'test/WFC/NoExternalEntityRef')
-rw-r--r--test/WFC/NoExternalEntityRef5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/WFC/NoExternalEntityRef b/test/WFC/NoExternalEntityRef
deleted file mode 100644
index 43cd192..0000000
--- a/test/WFC/NoExternalEntityRef
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE a [
-<!ENTITY ext SYSTEM "ext.ent">
-]>
-<a att="wrong &ext; ref"> violates [ WFC: No External Entity References ] </a>