Newlines in fixtures (#6044)
* write newlines for fixtures * rerun fixtures
This commit is contained in:
@@ -10,4 +10,4 @@ let gen = (() => {
|
||||
};
|
||||
})();
|
||||
|
||||
function _skipFirstGeneratorNext(fn) { return function () { var it = fn.apply(this, arguments); it.next(); return it; }; }
|
||||
function _skipFirstGeneratorNext(fn) { return function () { var it = fn.apply(this, arguments); it.next(); return it; }; }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
function* foo() {
|
||||
let a = yield;
|
||||
return yield;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,4 +4,4 @@ _skipFirstGeneratorNext(function* () {
|
||||
let _functionSent = yield;
|
||||
|
||||
_functionSent = yield _functionSent;
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user