Skip to content

Commit

Permalink
html/template: fix typo in content_test.go
Browse files Browse the repository at this point in the history
esacped -> escaped

Change-Id: I253c46b30bb1cf7cdfb4668628907d16428fefb9
GitHub-Last-Rev: accd0e0
GitHub-Pull-Request: #53553
Reviewed-on: https://go-review.googlesource.com/c/go/+/414274
Reviewed-by: Ian Lance Taylor <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
Reviewed-by: Daniel Martí <[email protected]>
Run-TryBot: Ian Lance Taylor <[email protected]>
  • Loading branch information
semihbkgr authored and gopherbot committed Jun 27, 2022
1 parent c3bea70 commit 68289f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/template/content_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 68289f3

Please sign in to comment.