title_text_unclosed_ampersand.xml - sfeed_tests - sfeed tests and RSS and Atom … | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
title_text_unclosed_ampersand.xml (125B) | |
--- | |
1 <!-- invalid XML, but handled gracefully as "Arie&Bastiaan" --> | |
2 <feed> | |
3 <entry> | |
4 <title>Arie&Bastiaan</title> | |
5 </entry> | |
6 </feed> |