(parser)
| 26572 | } |
| 26573 | |
| 26574 | function closeText (parser) { |
| 26575 | parser.textNode = textopts(parser.opt, parser.textNode) |
| 26576 | if (parser.textNode) emit(parser, 'ontext', parser.textNode) |
| 26577 | parser.textNode = '' |
| 26578 | } |
| 26579 | |
| 26580 | function textopts (opt, text) { |
| 26581 | if (opt.trim) text = text.trim() |
no test coverage detected