mirror of https://github.com/golang/go.git
fix typo in content_test.go
This commit is contained in:
parent
416c953960
commit
accd0e089f
|
|
@ -280,7 +280,7 @@ func TestTypedContent(t *testing.T) {
|
||||||
[]string{
|
[]string{
|
||||||
`#ZgotmplZ`,
|
`#ZgotmplZ`,
|
||||||
`#ZgotmplZ`,
|
`#ZgotmplZ`,
|
||||||
// Commas are not esacped
|
// Commas are not escaped.
|
||||||
`Hello,#ZgotmplZ`,
|
`Hello,#ZgotmplZ`,
|
||||||
// Leading spaces are not percent escapes.
|
// Leading spaces are not percent escapes.
|
||||||
` dir=%22ltr%22`,
|
` dir=%22ltr%22`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue