view tests/test-parse-errors/inputs/invalid-xml.xml @ 323:50461005ffcb

Cargo-culting a possible fix for Qt qmake breakage (see https://bugreports.qt.io/browse/QTBUG-62065)
author Chris Cannam
date Fri, 18 May 2018 10:05:03 +0100
parents 56ff594b022c
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>A Title</title>
    <link>http://example.com</link>
    <description/>
    <!-- NB missing end-tag for channel -->
</rss>