(s string)
| 24938 | } |
| 24939 | |
| 24940 | func (p *parser) out(s string) string { |
| 24941 | p.depth-- |
| 24942 | return p.printIndent("<", s) |
| 24943 | } |
| 24944 | |
| 24945 | func (p *parser) addErr(err error) { |
| 24946 | p.addErrAt(err, p.pt.position, []string{}) |
no test coverage detected