(type, _stream, state)
| 248 | } |
| 249 | |
| 250 | function closeState(type, _stream, state) { |
| 251 | if (type != "endTag") { |
| 252 | setStyle = "error"; |
| 253 | return closeState; |
| 254 | } |
| 255 | popContext(state); |
| 256 | return baseState; |
| 257 | } |
| 258 | function closeStateErr(type, stream, state) { |
| 259 | setStyle = "error"; |
| 260 | return closeState(type, stream, state); |
no test coverage detected