update parser tests

pull/1367/head
Rich Harris 6 years ago
parent 67e4a90f18
commit 4c9ba2ef71

@ -8,7 +8,7 @@
{ {
"start": 0, "start": 0,
"end": 18, "end": 18,
"type": "Element", "type": "Component",
"name": "Widget", "name": "Widget",
"attributes": [ "attributes": [
{ {

@ -8,7 +8,7 @@
{ {
"start": 0, "start": 0,
"end": 62, "end": 62,
"type": "Element", "type": "Component",
"name": "svelte:component", "name": "svelte:component",
"attributes": [], "attributes": [],
"children": [], "children": [],

@ -32,7 +32,7 @@
{ {
"start": 17, "start": 17,
"end": 51, "end": 51,
"type": "Element", "type": "Component",
"name": "svelte:self", "name": "svelte:self",
"attributes": [ "attributes": [
{ {

Loading…
Cancel
Save