backup steps back one rune. Can only be called once per call of next.
()
| 113 | |
| 114 | // backup steps back one rune. Can only be called once per call of next. |
| 115 | func (p *Parser) backup() { |
| 116 | p.pos -= p.width |
| 117 | } |
| 118 | |
| 119 | func (p *Parser) parseText(cur *ListNode) error { |
| 120 | for { |
no outgoing calls
no test coverage detected