annotate tests/test-parse-errors/inputs/invalid-xml.xml @ 334:ba3c0e70b5dd bqaudiostream

Update to reflect bqaudiostream branch of sv libraries
author Chris Cannam
date Thu, 24 Jan 2019 15:10:22 +0000
parents 56ff594b022c
children
rev   line source
Chris@228 1 <?xml version="1.0" encoding="UTF-8"?>
Chris@228 2 <rss version="2.0">
Chris@228 3 <channel>
Chris@228 4 <title>A Title</title>
Chris@228 5 <link>http://example.com</link>
Chris@228 6 <description/>
Chris@228 7 <!-- NB missing end-tag for channel -->
Chris@228 8 </rss>