From 68289f39f0019ff5c03e047d68e5b7f6a9f9e9e2 Mon Sep 17 00:00:00 2001 From: SemihBKGR Date: Sun, 26 Jun 2022 03:27:08 +0000 Subject: [PATCH] html/template: fix typo in content_test.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit esacped -> escaped Change-Id: I253c46b30bb1cf7cdfb4668628907d16428fefb9 GitHub-Last-Rev: accd0e089f35b93c7e26725fcac5c048799db022 GitHub-Pull-Request: golang/go#53553 Reviewed-on: https://go-review.googlesource.com/c/go/+/414274 Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Auto-Submit: Ian Lance Taylor Reviewed-by: Daniel Martí Run-TryBot: Ian Lance Taylor --- src/html/template/content_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/template/content_test.go b/src/html/template/content_test.go index 497264ea32..f4af2f2a35 100644 --- a/src/html/template/content_test.go +++ b/src/html/template/content_test.go @@ -280,7 +280,7 @@ func TestTypedContent(t *testing.T) { []string{ `#ZgotmplZ`, `#ZgotmplZ`, - // Commas are not esacped + // Commas are not escaped. `Hello,#ZgotmplZ`, // Leading spaces are not percent escapes. ` dir=%22ltr%22`,