From accd0e089f35b93c7e26725fcac5c048799db022 Mon Sep 17 00:00:00 2001 From: SemihBKGR Date: Sun, 26 Jun 2022 04:50:59 +0300 Subject: [PATCH] fix typo in content_test.go --- 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`,