(lineNo, msg)
| 43 | // ------------------------------------------------------------------------------ |
| 44 | |
| 45 | function error (lineNo, msg) { |
| 46 | return 'test parse error at line ' + lineNo + ': ' + msg |
| 47 | } |
| 48 | |
| 49 | function parsePrevCursorLine (options, inputLineNo, outputLineNo, input) { |
| 50 | var match = input.match(/^\s*\^\s*prevCursor\s*$/) |
no outgoing calls
no test coverage detected