reconcile test diff

pull/1983/head
Chris Reeves 6 years ago
parent 7c59539b39
commit d3a7ccae4f

@ -1,8 +1,8 @@
/* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, append, createElement, createText, detachNode, init, insert, noop, run, safe_not_equal } from "svelte/internal";
import { SvelteComponent as SvelteComponent_1, append, createElement, createText, detachNode, init, insert, noop, safe_not_equal } from "svelte/internal";
function create_fragment($$, ctx) {
var h1, text0, text1, text2, current;
var h1, text0, text1, text2;
return {
c() {
@ -17,17 +17,11 @@ function create_fragment($$, ctx) {
append(h1, text0);
append(h1, text1);
append(h1, text2);
current = true;
},
p: noop,
i(target, anchor) {
if (current) return;
this.m(target, anchor);
},
o: run,
i: noop,
o: noop,
d(detach) {
if (detach) {

@ -1,3 +1,3 @@
export default {
html: '<p>Hello</p>', show: true
html: '<p>Hello</p>'
};

Loading…
Cancel
Save