update tests

pull/4293/head
Conduitry 6 years ago
parent 9629de1619
commit bfa3221035

@ -43,7 +43,7 @@ function handleFoo(bar) {
function foo(node, callback) { function foo(node, callback) {
} } // code goes here
function instance($$self, $$props, $$invalidate) { function instance($$self, $$props, $$invalidate) {
let { bar } = $$props; let { bar } = $$props;

@ -63,11 +63,11 @@ function create_fragment(ctx) {
function handleTouchstart() { function handleTouchstart() {
} } // ...
function handleClick() { function handleClick() {
} } // ...
class Component extends SvelteComponent { class Component extends SvelteComponent {
constructor(options) { constructor(options) {

@ -13,7 +13,7 @@ function foo() {
function swipe(node, callback) { function swipe(node, callback) {
} } // TODO implement
const Component = create_ssr_component(($$result, $$props, $$bindings, $$slots) => { const Component = create_ssr_component(($$result, $$props, $$bindings, $$slots) => {
onMount(() => { onMount(() => {

@ -41,7 +41,15 @@
} }
}, },
"body": [], "body": [],
"sourceType": "module" "sourceType": "module",
"trailingComments": [
{
"type": "Line",
"value": " TODO write some code",
"start": 10,
"end": 33
}
]
} }
} }
} }

@ -134,7 +134,15 @@
"kind": "let" "kind": "let"
} }
], ],
"sourceType": "module" "sourceType": "module",
"trailingComments": [
{
"type": "Block",
"value": "\n\ttrailing multiline comment\n",
"start": 32,
"end": 67
}
]
} }
} }
} }

@ -134,7 +134,15 @@
"kind": "let" "kind": "let"
} }
], ],
"sourceType": "module" "sourceType": "module",
"trailingComments": [
{
"type": "Line",
"value": " trailing line comment",
"start": 32,
"end": 56
}
]
} }
} }
} }
Loading…
Cancel
Save