10 lines
448 B
XML
10 lines
448 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<!-- Oh look a comment -->
|
|
<!-- generated by foobar version 20120503 -->
|
|
<!-- And another -->
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<!-- This comment is meant to test whether removing a comment before <svg>
|
|
messes up removing comments thereafter -->
|
|
<!-- And this one is meant to test whether iteration works correctly in
|
|
<svg> as well as the document element -->
|
|
</svg>
|