fix test newlines
This commit is contained in:
parent
6e5917e537
commit
f540c3f4b7
@ -1,6 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
var _slice = Array.prototype.slice;
|
||||
|
||||
var _classProps = function (child, staticProps, instanceProps) {
|
||||
if (staticProps) Object.defineProperties(child, staticProps);
|
||||
if (instanceProps) Object.defineProperties(child.prototype, instanceProps);
|
||||
@ -49,4 +50,4 @@ var Test = (function (Foo) {
|
||||
} });
|
||||
|
||||
return Test;
|
||||
})(Foo);
|
||||
})(Foo);
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
for (var _iterator = arr[Symbol.iterator](), _step; !(_step = _iterator.next()).done;) {
|
||||
var i = _step.value;
|
||||
}
|
||||
|
||||
for (var _iterator2 = numbers[Symbol.iterator](), _step2; !(_step2 = _iterator2.next()).done;) {
|
||||
var i = _step2.value;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
/** @jsx CUSTOM_DOM */
|
||||
|
||||
"use strict";
|
||||
|
||||
CUSTOM_DOM.a(null);
|
||||
CUSTOM_DOM.a(null);
|
||||
|
||||
@ -9,7 +9,8 @@ define(["exports"], function (exports) {
|
||||
exports.default = function () {};
|
||||
function foo() {}
|
||||
exports.default = foo;
|
||||
|
||||
function Foo() {}
|
||||
|
||||
exports.default = Foo;
|
||||
});
|
||||
});
|
||||
|
||||
@ -15,7 +15,8 @@ define(["exports"], function (exports) {
|
||||
var _foo6 = 3;
|
||||
exports.foo6 = _foo6;
|
||||
function foo7() {}
|
||||
|
||||
var foo8 = function foo8() {};
|
||||
|
||||
exports.foo8 = foo8;
|
||||
});
|
||||
});
|
||||
|
||||
@ -8,6 +8,7 @@ exports.default = function () {};
|
||||
exports.default = function () {};
|
||||
function foo() {}
|
||||
exports.default = foo;
|
||||
|
||||
function Foo() {}
|
||||
|
||||
exports.default = Foo;
|
||||
exports.default = Foo;
|
||||
|
||||
@ -14,6 +14,7 @@ exports.foo5 = _foo5;
|
||||
var _foo6 = 3;
|
||||
exports.foo6 = _foo6;
|
||||
function foo7() {}
|
||||
|
||||
var foo8 = function foo8() {};
|
||||
|
||||
exports.foo8 = foo8;
|
||||
exports.foo8 = foo8;
|
||||
|
||||
@ -15,7 +15,8 @@
|
||||
exports.default = function () {};
|
||||
function foo() {}
|
||||
exports.default = foo;
|
||||
|
||||
function Foo() {}
|
||||
|
||||
exports.default = Foo;
|
||||
});
|
||||
});
|
||||
|
||||
@ -21,7 +21,8 @@
|
||||
var _foo6 = 3;
|
||||
exports.foo6 = _foo6;
|
||||
function foo7() {}
|
||||
|
||||
var foo8 = function foo8() {};
|
||||
|
||||
exports.foo8 = foo8;
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user