1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-28 06:25:09 +03:00
libxml2/test/WFC/EntityDeclared2

6 lines
116 B
XML

<?xml version="1.0"?>
<!DOCTYPE a [
<!ENTITY e "an entity">
]>
<a> &unknown; violates [ WFC: Entity Declared ] </a>