1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-21 15:30:48 +08:00
Files
libxml2/test/WFC/NoRecursion

8 lines
143 B
XML

<?xml version="1.0"?>
<!DOCTYPE doc [
<!ENTITY a "&b;">
<!ENTITY b "&c;">
<!ENTITY c "&a;">
]>
<doc> &a; violates [ WFC: No Recursion ] </doc>