(filename)
| 20 | } |
| 21 | |
| 22 | getErrors(filename) { |
| 23 | let input = this.readFile(filename); |
| 24 | return this.comb.lintString(input, {syntax: this.syntax}); |
| 25 | } |
| 26 | |
| 27 | shouldBeEqual(inputFile, expectedFile) { |
| 28 | let input = this.readFile(inputFile); |
no test coverage detected