(t *testing.T)
| 111 | } |
| 112 | |
| 113 | func TestParseTemplateBlockYield(t *testing.T) { |
| 114 | p := ParserTestCase{T: t} |
| 115 | p.TestPrintFile("block_yield.jet") |
| 116 | p.TestPrintFile("new_block_yield.jet") |
| 117 | } |
| 118 | |
| 119 | func TestParseTemplateIndexSliceExpression(t *testing.T) { |
| 120 | p := ParserTestCase{T: t} |
nothing calls this directly
no test coverage detected
searching dependent graphs…