lean4-htt/tests/lean/xmlParsing.lean.expected.out
kuruczgy 83c7c29075
fix: XML parsing bugs (#2601)
* fix: make XML parser handle trailing whitespace in opening tags

* fix: make XML parser handle comments correctly

---------

Co-authored-by: György Kurucz <me@kuruczgy.com>
2023-10-04 11:51:22 +11:00

2 lines
53 B
Text

ok: <a><b a="v"></b></a>
ok: <a><!-- comment --></a>