(stream, state)
| 465 | } |
| 466 | |
| 467 | function to_verbatim(stream, state) { |
| 468 | return as_block(stream, state, 'meta'); |
| 469 | } |
| 470 | |
| 471 | function as_block(stream, state, token) { |
| 472 | if (stream.eol() || stream.eatSpace()) { |
nothing calls this directly
no test coverage detected