(input string)
| 76 | } |
| 77 | |
| 78 | func (t ParserTestCase) ExpectPrintSame(input string) { |
| 79 | t.ExpectPrint(input, input) |
| 80 | } |
| 81 | |
| 82 | func TestParseTemplateAndImport(t *testing.T) { |
| 83 | p := ParserTestCase{T: t} |
nothing calls this directly
no test coverage detected