()
| 433 | } |
| 434 | |
| 435 | private String preProcess() { |
| 436 | preprocessed = rawInput; |
| 437 | this.lineEndings = calculateLineEndings(); |
| 438 | applyBackslashU(); |
| 439 | // applyBraceMatching(); |
| 440 | return preprocessed; |
| 441 | } |
| 442 | |
| 443 | /** |
| 444 | * @see <a href="http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#3.3">JLS section 3.3</a> |
no test coverage detected