]> Cypherpunks.ru repositories - gostls13.git/commitdiff
html/template: fix typo in content_test.go
authorSemihBKGR <buyukgungorsemih@gmail.com>
Sun, 26 Jun 2022 03:27:08 +0000 (03:27 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 27 Jun 2022 17:04:56 +0000 (17:04 +0000)
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>

src/html/template/content_test.go

index 497264ea329ccd1c6b8220979ba2adec30b6276a..f4af2f2a3599731e7cea017badfe0f368ca20f4f 100644 (file)
@@ -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`,