(opt, text)
| 26578 | } |
| 26579 | |
| 26580 | function textopts (opt, text) { |
| 26581 | if (opt.trim) text = text.trim() |
| 26582 | if (opt.normalize) text = text.replace(/\s+/g, ' ') |
| 26583 | return text |
| 26584 | } |
| 26585 | |
| 26586 | function error (parser, er) { |
| 26587 | closeText(parser) |