summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/sun/invalid/dtd06.xml
blob: 29de14cd7a0e9b81cdbccdd796cb7f8eeebe1d8b (plain)
1
2
3
4
5
6
<!DOCTYPE root [
    <!-- reference to undefined PE -->
    %undefined;
]>

<root/>