Don't merge locations in JS source map test cases

Don't merge locations of containing if/while/do..while/for
statements with locations of conditions
This commit is contained in:
Alexey Andreev
2017-06-21 16:05:23 +03:00
parent dea73ebecf
commit 2122f57f51
7 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ fun box() {
}
}
// LINES: 2 10 15 2 2 2 3 6 6 7 10 10 10 11 14 15 15 15 15 15 15 16
// LINES: 2 10 15 2 2 2 2 3 6 6 6 7 10 10 10 10 11 14 15 15 15 15 15 15 15 16