fix typo in content_test.go

This commit is contained in:
SemihBKGR 2022-06-26 04:50:59 +03:00
parent 416c953960
commit accd0e089f
1 changed files with 1 additions and 1 deletions

View File

@ -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`,