(state)
| 423 | } |
| 424 | |
| 425 | function popStateStack(state) { |
| 426 | state.stack.pop(); |
| 427 | var reinstateTokenize = state.stack.length && state.stack[state.stack.length-1].tokenize; |
| 428 | state.tokenize = reinstateTokenize || tokenBase; |
| 429 | } |
| 430 | |
| 431 | // the interface for the mode API |
| 432 | return { |
no test coverage detected