Newlines in fixtures (#6044)
* write newlines for fixtures * rerun fixtures
This commit is contained in:
@@ -8,4 +8,4 @@ _Symbol();
|
||||
|
||||
_Symbol("test");
|
||||
|
||||
new _Map();
|
||||
new _Map();
|
||||
|
||||
@@ -19,4 +19,4 @@ export function giveWord() {
|
||||
}, _marked[0], this);
|
||||
}
|
||||
foo;
|
||||
bar;
|
||||
bar;
|
||||
|
||||
@@ -19,4 +19,4 @@ export function giveWord() {
|
||||
}, _marked[0], this);
|
||||
}
|
||||
foo;
|
||||
bar;
|
||||
bar;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import _isIterable from "babel-runtime/core-js/is-iterable";
|
||||
|
||||
_isIterable(Object(arr));
|
||||
_isIterable(Object(arr));
|
||||
|
||||
@@ -12,4 +12,4 @@ let Foo = function (_Bar) {
|
||||
}
|
||||
|
||||
return Foo;
|
||||
}(Bar);
|
||||
}(Bar);
|
||||
|
||||
@@ -13,4 +13,4 @@ let Foo = function (_Bar) {
|
||||
}
|
||||
|
||||
return Foo;
|
||||
}(Bar);
|
||||
}(Bar);
|
||||
|
||||
Reference in New Issue
Block a user