| 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 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 Running: testCompilerScriptMapping | 68 Running: testCompilerScriptMapping |
| 69 | 69 |
| 70 Running: testCompilerScriptMappingWhenResourceWasLoadedAfterSource | 70 Running: testCompilerScriptMappingWhenResourceWasLoadedAfterSource |
| 71 | 71 |
| 72 Running: testInlinedSourceMap | 72 Running: testInlinedSourceMap |
| 73 <source content> === <source content> | 73 <source content> === <source content> |
| 74 | 74 |
| 75 Running: testSourceMapCouldNotBeLoaded | 75 Running: testSourceMapCouldNotBeLoaded |
| 76 compiled.js | 76 compiled.js |
| 77 | 77 |
| 78 Running: testSourceRoot |
| 79 /example.js === /example.js |
| 80 0 === 0 |
| 81 9 === 9 |
| 82 0 === 0 |
| 83 0 === 0 |
| 84 |
| OLD | NEW |