| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 9 === 9 | 146 9 === 9 |
| 147 0 === 0 | 147 0 === 0 |
| 148 0 === 0 | 148 0 === 0 |
| 149 | 149 |
| 150 Running: testNameClash | 150 Running: testNameClash |
| 151 example.js === example.js [sm] | 151 example.js === example.js [sm] |
| 152 0 === 0 | 152 0 === 0 |
| 153 9 === 9 | 153 9 === 9 |
| 154 source line 0 has no mappings. | 154 source line 0 has no mappings. |
| 155 | 155 |
| 156 Running: testIssue611738 |
| 157 1:0 > [no name assigned] |
| 158 3:0 > [no name assigned] |
| 159 3:18 > [no name assigned] |
| 160 3:4 > 'name1' |
| 161 4:0 > [no name assigned] |
| 162 4:0 > [no name assigned] |
| 163 4:4 > 'generated31465' |
| 164 4:27 > [no name assigned] |
| 165 5:0 > [no name assigned] |
| 166 5:0 > [no name assigned] |
| 167 |
| OLD | NEW |