type badMarshaler …
func (x *badMarshaler) MarshalJSON() ([]byte, error) { … }
type goodMarshaler …
func (x *goodMarshaler) MarshalJSON() ([]byte, error) { … }
func TestEscape(t *testing.T) { … }
func TestEscapeMap(t *testing.T) { … }
func TestEscapeSet(t *testing.T) { … }
func TestErrors(t *testing.T) { … }
func TestEscapeText(t *testing.T) { … }
func TestEnsurePipelineContains(t *testing.T) { … }
func TestEscapeMalformedPipelines(t *testing.T) { … }
func TestEscapeErrorsNotIgnorable(t *testing.T) { … }
func TestEscapeSetErrorsNotIgnorable(t *testing.T) { … }
func TestRedundantFuncs(t *testing.T) { … }
func TestIndirectPrint(t *testing.T) { … }
func TestEmptyTemplateHTML(t *testing.T) { … }
type Issue7379 …
func (Issue7379) SomeMethod(x int) string { … }
func TestPipeToMethodIsEscaped(t *testing.T) { … }
func TestErrorOnUndefined(t *testing.T) { … }
func TestIdempotentExecute(t *testing.T) { … }
func BenchmarkEscapedExecute(b *testing.B) { … }
func TestOrphanedTemplate(t *testing.T) { … }
func TestAliasedParseTreeDoesNotOverescape(t *testing.T) { … }