()
| 22953 | } |
| 22954 | |
| 22955 | func (p *parser) callonDoubleQuotedString1() (any, error) { |
| 22956 | stack := p.vstack[len(p.vstack)-1] |
| 22957 | _ = stack |
| 22958 | return p.cur.onDoubleQuotedString1(stack["v"]) |
| 22959 | } |
| 22960 | |
| 22961 | func (c *current) onDoubleQuotedChar2() (any, error) { |
| 22962 | return string(c.text), nil |
nothing calls this directly
no test coverage detected