Newlines in fixtures (#6044)

* write newlines for fixtures

* rerun fixtures
This commit is contained in:
Henry Zhu
2017-08-02 15:35:29 -04:00
committed by GitHub
parent 829c75a866
commit 0f823beeb1
547 changed files with 538 additions and 579 deletions

View File

@@ -8,4 +8,4 @@ _Symbol();
_Symbol("test");
new _Map();
new _Map();

View File

@@ -19,4 +19,4 @@ export function giveWord() {
}, _marked[0], this);
}
foo;
bar;
bar;

View File

@@ -19,4 +19,4 @@ export function giveWord() {
}, _marked[0], this);
}
foo;
bar;
bar;

View File

@@ -1,3 +1,3 @@
import _isIterable from "babel-runtime/core-js/is-iterable";
_isIterable(Object(arr));
_isIterable(Object(arr));

View File

@@ -12,4 +12,4 @@ let Foo = function (_Bar) {
}
return Foo;
}(Bar);
}(Bar);

View File

@@ -13,4 +13,4 @@ let Foo = function (_Bar) {
}
return Foo;
}(Bar);
}(Bar);