* 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>
2 lines
53 B
Text
2 lines
53 B
Text
ok: <a><b a="v"></b></a>
|
|
ok: <a><!-- comment --></a>
|