(closing)
| 31 | }; |
| 32 | } |
| 33 | function stringWithEscapes(closing) { |
| 34 | return function(stream, state) { return stringWithEscapes_(stream, state, closing); }; |
| 35 | } |
| 36 | function stringWithEscapes_(stream, state, closing) { |
| 37 | // "Complex" syntax |
| 38 | if (stream.match("${", false) || stream.match("{$", false)) { |
no test coverage detected
searching dependent graphs…