aboutsummaryrefslogtreecommitdiff
path: root/src/html
diff options
context:
space:
mode:
authorSemihBKGR <buyukgungorsemih@gmail.com>2022-06-26 03:27:08 +0000
committerGopher Robot <gobot@golang.org>2022-06-27 17:04:56 +0000
commit68289f39f0019ff5c03e047d68e5b7f6a9f9e9e2 (patch)
treebde4893cf8abb61941a82111d5dd3b0b67273a44 /src/html
parentc3bea70d9b3b80ceb7733cd7bde0cdf0a1bfd0d0 (diff)
downloadgo-68289f39f0019ff5c03e047d68e5b7f6a9f9e9e2.tar.gz
go-68289f39f0019ff5c03e047d68e5b7f6a9f9e9e2.zip
html/template: fix typo in content_test.go
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 <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Run-TryBot: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/html')
-rw-r--r--src/html/template/content_test.go2
1 files changed, 1 insertions, 1 deletions
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`,