(t *testing.T)
| 122 | } |
| 123 | |
| 124 | func TestParseTemplateAssignment(t *testing.T) { |
| 125 | p := ParserTestCase{T: t} |
| 126 | p.TestPrintFile("assignment.jet") |
| 127 | } |
| 128 | |
| 129 | func TestParseTemplateWithCustomDelimiters(t *testing.T) { |
| 130 | set := NewSet( |
nothing calls this directly
no test coverage detected
searching dependent graphs…