Edu

Results 3 comments of Edu

Hi @subbudvk , with the current implementation the following strings are not properly sanitized: ```java class BugTest { public static void main(String[] args) { String[] test = new String[]{"qwe1qwe2", "qwe3qwe4",...

Thanks @melloware , can you approve / run the workflows or you want me to add more unit tests?

Added support for 2 comment parser errors https://html.spec.whatwg.org/multipage/parsing.html#parse-errors : - abrupt-closing-of-empty-comment (i.e., or ). The parser behaves as if the comment is closed correctly. - incorrectly-closed-comment comment that is closed...