(tokens)
| 79659 | } |
| 79660 | |
| 79661 | function end(tokens) { |
| 79662 | if(arguments.length) { |
| 79663 | write(tokens) |
| 79664 | } |
| 79665 | |
| 79666 | if(state.length > 1) { |
| 79667 | unexpected('unexpected EOF') |
| 79668 | return |
| 79669 | } |
| 79670 | |
| 79671 | stream.emit('end') |
| 79672 | } |
| 79673 | |
| 79674 | function take() { |
| 79675 | if(errored || !state.length) |
no test coverage detected