Files
golang.net/html
Roland Shoemaker 430a433969 html: properly handle exclamation marks in comments
Properly handle the case where HTML comments begin with exclamation
marks and have no other content, i.e. "<!--!-->". Previously these
comments would cause the tokenizer to consider everything following to
also be considered part of the comment.

Fixes golang/go#37771

Change-Id: I78ea310debc3846f145d62cba017055abc7fa4e0
Reviewed-on: https://go-review.googlesource.com/c/net/+/442496
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
2022-10-20 16:40:45 +00:00
..
2021-02-20 03:31:24 +00:00
2019-12-07 00:06:13 +00:00
2020-02-02 09:46:26 +00:00