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

Function TestParseTemplateControl

parse_test.go:100–104  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

98}
99
100func TestParseTemplateControl(t *testing.T) {
101 p := ParserTestCase{T: t}
102 p.TestPrintFile("if.jet")
103 p.TestPrintFile("range.jet")
104}
105
106func TestParseTemplateExpressions(t *testing.T) {
107 p := ParserTestCase{T: t}

Callers

nothing calls this directly

Calls 1

TestPrintFileMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…