(next plainSelector)
| 196 | } |
| 197 | |
| 198 | func (p *parser) appendPlainSelector(next plainSelector) { |
| 199 | p.path = p.path.withPlainSelector(next) |
| 200 | } |
| 201 | |
| 202 | func (p *parser) appendAmbiguousSelector(next ambiguousSelector) { |
| 203 | p.path = p.path.withAmbiguousSelector(next) |
no test coverage detected