1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-21 15:30:48 +08:00
Files
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>