()
| 22943 | } |
| 22944 | |
| 22945 | func (p *parser) callonSingleQuotedString1() (any, error) { |
| 22946 | stack := p.vstack[len(p.vstack)-1] |
| 22947 | _ = stack |
| 22948 | return p.cur.onSingleQuotedString1(stack["v"]) |
| 22949 | } |
| 22950 | |
| 22951 | func (c *current) onDoubleQuotedString1(v any) (any, error) { |
| 22952 | return joinChars(v), nil |
nothing calls this directly
no test coverage detected