From d35f70cee3a45fc93c8acecbb8f115a0b04cfcd9 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 22 Apr 2024 13:16:52 -0600 Subject: contribs: port changes from go x/net/html to std html --- imworkingon/contribs.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'imworkingon/contribs.yml') diff --git a/imworkingon/contribs.yml b/imworkingon/contribs.yml index 044d9ee..20e96c8 100644 --- a/imworkingon/contribs.yml +++ b/imworkingon/contribs.yml @@ -94,7 +94,7 @@ want to hold up the main work. - urls: - https://github.com/golang/net/pull/208 - - https://go-review.googlesource.com/c/net/+/580855/2 + - https://go-review.googlesource.com/c/net/+/580855 tags: [Go, docs] desc: | The `html.EscapeString` and `html.UnescapeString` was once the @@ -102,6 +102,18 @@ been slowly drifting apart since 2012. This PR ports over documentation and performance improvements from std to x/net. + This will provide a consistent base for fixing bugs in + `html.UnescapeString` that were found when working on the + documentation parser in gotk4. +- urls: + - https://github.com/golang/go/pull/66970 + tags: [Go] + desc: | + The `html.EscapeString` and `html.UnescapeString` was once the + same between `"golang.org/x/net/html"` and std `"html"`, but has + been slowly drifting apart since 2012. This PR ports over + documentation and performance improvements from x/net to std. + This will provide a consistent base for fixing bugs in `html.UnescapeString` that were found when working on the documentation parser in gotk4. -- cgit v1.2.3-2-g168b