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

Method ExpectPrint

parse_test.go:49–51  ·  view source on GitHub ↗
(input, output string)

Source from the content-addressed store, hash-verified

47}
48
49func (t ParserTestCase) ExpectPrint(input, output string) {
50 t.ExpectPrintName("", input, output)
51}
52
53func (t ParserTestCase) ExpectError(name, input, errorMessage string) {
54 set := parseSet

Callers 1

ExpectPrintSameMethod · 0.95

Calls 1

ExpectPrintNameMethod · 0.95

Tested by

no test coverage detected