| OLD | NEW |
| 1 Tests SourceMap and CompilerScriptMapping. | 1 Tests SourceMap and CompilerScriptMapping. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testSimpleMap | 4 Running: testSimpleMap |
| 5 example.js === example.js | 5 example.js === example.js |
| 6 0 === 0 | 6 0 === 0 |
| 7 9 === 9 | 7 9 === 9 |
| 8 example.js === example.js | 8 example.js === example.js |
| 9 0 === 0 | 9 0 === 0 |
| 10 13 === 13 | 10 13 === 13 |
| 11 example.js === example.js | 11 example.js === example.js |
| 12 0 === 0 | 12 0 === 0 |
| 13 25 === 25 | 13 25 === 25 |
| 14 example.js === example.js | 14 example.js === example.js |
| 15 2 === 2 | 15 2 === 2 |
| 16 4 === 4 | 16 4 === 4 |
| 17 example.js === example.js | 17 example.js === example.js |
| 18 2 === 2 | 18 2 === 2 |
| 19 11 === 11 | 19 11 === 11 |
| 20 example.js === example.js | 20 example.js === example.js |
| 21 2 === 2 | 21 2 === 2 |
| 22 24 === 24 | 22 24 === 24 |
| 23 undefined === undefined |
| 24 undefined === undefined |
| 25 undefined === undefined |
| 23 0 === 0 | 26 0 === 0 |
| 24 0 === 0 | 27 0 === 0 |
| 25 0 === 0 | 28 0 === 0 |
| 26 17 === 17 | 29 17 === 17 |
| 27 0 === 0 | 30 0 === 0 |
| 28 18 === 18 | 31 18 === 18 |
| 29 0 === 0 | 32 0 === 0 |
| 30 29 === 29 | 33 29 === 29 |
| 31 0 === 0 | 34 0 === 0 |
| 32 29 === 29 | 35 29 === 29 |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 Running: testSourceMapCouldNotBeLoaded | 122 Running: testSourceMapCouldNotBeLoaded |
| 120 compiled.js | 123 compiled.js |
| 121 | 124 |
| 122 Running: testSourceRoot | 125 Running: testSourceRoot |
| 123 /example.js === /example.js | 126 /example.js === /example.js |
| 124 0 === 0 | 127 0 === 0 |
| 125 9 === 9 | 128 9 === 9 |
| 126 0 === 0 | 129 0 === 0 |
| 127 0 === 0 | 130 0 === 0 |
| 128 | 131 |
| OLD | NEW |