fix test newlines

This commit is contained in:
Sebastian McKenzie 2014-11-03 21:15:58 +11:00
parent 6e5917e537
commit f540c3f4b7
9 changed files with 18 additions and 9 deletions

View File

@ -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);

View File

@ -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;
}
}

View File

@ -1,4 +1,5 @@
/** @jsx CUSTOM_DOM */
"use strict";
CUSTOM_DOM.a(null);
CUSTOM_DOM.a(null);

View File

@ -9,7 +9,8 @@ define(["exports"], function (exports) {
exports.default = function () {};
function foo() {}
exports.default = foo;
function Foo() {}
exports.default = Foo;
});
});

View File

@ -15,7 +15,8 @@ define(["exports"], function (exports) {
var _foo6 = 3;
exports.foo6 = _foo6;
function foo7() {}
var foo8 = function foo8() {};
exports.foo8 = foo8;
});
});

View File

@ -8,6 +8,7 @@ exports.default = function () {};
exports.default = function () {};
function foo() {}
exports.default = foo;
function Foo() {}
exports.default = Foo;
exports.default = Foo;

View File

@ -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;

View File

@ -15,7 +15,8 @@
exports.default = function () {};
function foo() {}
exports.default = foo;
function Foo() {}
exports.default = Foo;
});
});

View File

@ -21,7 +21,8 @@
var _foo6 = 3;
exports.foo6 = _foo6;
function foo7() {}
var foo8 = function foo8() {};
exports.foo8 = foo8;
});
});