update snapshot tests

pull/1137/head
Rich Harris 7 years ago
parent 5e41ecb34a
commit d411a82a32

@ -167,7 +167,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -64,4 +64,4 @@ function SvelteComponent(options) {
}
assign(SvelteComponent.prototype, proto);
export default SvelteComponent;
export default SvelteComponent;

@ -143,7 +143,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -143,7 +143,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -163,7 +163,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -54,4 +54,4 @@ function SvelteComponent(options) {
}
assign(SvelteComponent.prototype, proto);
export default SvelteComponent;
export default SvelteComponent;

@ -155,7 +155,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -143,7 +143,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {
@ -201,13 +201,13 @@ function SvelteComponent(options) {
var _oncreate = oncreate.bind(this);
if (!options.root) {
this._oncreate = [_oncreate];
} else {
this.root._oncreate.push(_oncreate);
}
this._oncreate = [];
}
this._fragment = create_main_fragment(this._state, this);
this.root._oncreate.push(_oncreate);
if (options.target) {
this._fragment.c();
this._fragment.m(options.target, options.anchor || null);

@ -33,13 +33,13 @@ function SvelteComponent(options) {
var _oncreate = oncreate.bind(this);
if (!options.root) {
this._oncreate = [_oncreate];
} else {
this.root._oncreate.push(_oncreate);
}
this._oncreate = [];
}
this._fragment = create_main_fragment(this._state, this);
this.root._oncreate.push(_oncreate);
if (options.target) {
this._fragment.c();
this._fragment.m(options.target, options.anchor || null);

@ -159,7 +159,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -163,7 +163,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -163,7 +163,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -175,7 +175,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -155,7 +155,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -155,7 +155,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -159,7 +159,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -159,7 +159,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -159,7 +159,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -159,7 +159,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -159,7 +159,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -159,7 +159,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -163,7 +163,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -161,7 +161,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -178,7 +178,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -171,7 +171,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -157,7 +157,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -143,7 +143,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {
@ -197,13 +197,13 @@ function SvelteComponent(options) {
var _oncreate = oncreate.bind(this);
if (!options.root) {
this._oncreate = [_oncreate];
} else {
this.root._oncreate.push(_oncreate);
}
this._oncreate = [];
}
this._fragment = create_main_fragment(this._state, this);
this.root._oncreate.push(_oncreate);
if (options.target) {
this._fragment.c();
this._fragment.m(options.target, options.anchor || null);

@ -29,13 +29,13 @@ function SvelteComponent(options) {
var _oncreate = oncreate.bind(this);
if (!options.root) {
this._oncreate = [_oncreate];
} else {
this.root._oncreate.push(_oncreate);
}
this._oncreate = [];
}
this._fragment = create_main_fragment(this._state, this);
this.root._oncreate.push(_oncreate);
if (options.target) {
this._fragment.c();
this._fragment.m(options.target, options.anchor || null);

@ -143,7 +143,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -163,7 +163,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -143,7 +143,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -167,7 +167,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

@ -163,7 +163,7 @@ function _set(newState) {
}
function callAll(fns) {
while (fns && fns.length) fns.pop()();
while (fns && fns.length) fns.shift()();
}
function _mount(target, anchor) {

Loading…
Cancel
Save