Remove old expected.{js,json} files (#7187)
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
var a = "hello",
|
||||
_ref = [", ", "junk"],
|
||||
b = _ref[0],
|
||||
c = "world";
|
||||
a = "hello";
|
||||
var _ref2 = [", ", "junk"];
|
||||
b = _ref2[0];
|
||||
c = "world";
|
||||
;
|
||||
Reference in New Issue
Block a user