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