add more reliable source-map tests

This commit is contained in:
Sebastian McKenzie
2014-10-10 09:15:24 +11:00
parent a0c4efb152
commit d511fc8094
12 changed files with 90 additions and 36 deletions

View File

@@ -0,0 +1 @@
var t = x => x * x;

View File

@@ -0,0 +1,3 @@
var t = function(x) {
return x * x;
};

View File

@@ -0,0 +1,10 @@
[{
"original": {
"line": 1,
"column": 15
},
"generated": {
"line": 2,
"column": 11
}
}]