(head, tail any)
| 23079 | } |
| 23080 | |
| 23081 | func (c *current) onGlobPattern1(head, tail any) (any, error) { |
| 23082 | return head.(string) + joinChars(tail), nil |
| 23083 | |
| 23084 | } |
| 23085 | |
| 23086 | func (p *parser) callonGlobPattern1() (any, error) { |
| 23087 | stack := p.vstack[len(p.vstack)-1] |
no test coverage detected