(state)
| 400 | |
| 401 | // functions to test the current context of the state |
| 402 | function isInXmlBlock(state) { return isIn(state, "tag"); } |
| 403 | function isInXmlAttributeBlock(state) { return isIn(state, "attribute"); } |
| 404 | function isInXmlConstructor(state) { return isIn(state, "xmlconstructor"); } |
| 405 | function isInString(state) { return isIn(state, "string"); } |
no test coverage detected