(stream, _state)
| 333 | } |
| 334 | |
| 335 | function doctypeLine(stream, _state) { |
| 336 | stream.skipToEnd(); |
| 337 | return "slimDoctype"; |
| 338 | } |
| 339 | |
| 340 | function startLine(stream, state) { |
| 341 | var ch = stream.peek(); |
nothing calls this directly
no outgoing calls
no test coverage detected