MCPcopy Create free account
hub / github.com/CloudyKit/jet / ExpectPrintSame

Method ExpectPrintSame

parse_test.go:78–80  ·  view source on GitHub ↗
(input string)

Source from the content-addressed store, hash-verified

76}
77
78func (t ParserTestCase) ExpectPrintSame(input string) {
79 t.ExpectPrint(input, input)
80}
81
82func TestParseTemplateAndImport(t *testing.T) {
83 p := ParserTestCase{T: t}

Callers

nothing calls this directly

Calls 1

ExpectPrintMethod · 0.95

Tested by

no test coverage detected