(type, stream, state)
| 291 | return attrState(type, stream, state); |
| 292 | } |
| 293 | function attrContinuedState(type, stream, state) { |
| 294 | if (type == "string") return attrContinuedState; |
| 295 | return attrState(type, stream, state); |
| 296 | } |
| 297 | |
| 298 | return { |
| 299 | startState: function() { |
nothing calls this directly
no test coverage detected