From 4c9ba2ef712125c14db9887422d49ee51e6720cf Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 28 Apr 2018 12:17:19 -0400 Subject: [PATCH] update parser tests --- test/parser/samples/binding-shorthand/output.json | 2 +- test/parser/samples/component-dynamic/output.json | 2 +- test/parser/samples/self-reference/output.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/parser/samples/binding-shorthand/output.json b/test/parser/samples/binding-shorthand/output.json index 8a7b615cf4..4c92fb9e20 100644 --- a/test/parser/samples/binding-shorthand/output.json +++ b/test/parser/samples/binding-shorthand/output.json @@ -8,7 +8,7 @@ { "start": 0, "end": 18, - "type": "Element", + "type": "Component", "name": "Widget", "attributes": [ { diff --git a/test/parser/samples/component-dynamic/output.json b/test/parser/samples/component-dynamic/output.json index 604103ea14..67e8f1e4ca 100644 --- a/test/parser/samples/component-dynamic/output.json +++ b/test/parser/samples/component-dynamic/output.json @@ -8,7 +8,7 @@ { "start": 0, "end": 62, - "type": "Element", + "type": "Component", "name": "svelte:component", "attributes": [], "children": [], diff --git a/test/parser/samples/self-reference/output.json b/test/parser/samples/self-reference/output.json index ced5eabc41..c7e29c6f59 100644 --- a/test/parser/samples/self-reference/output.json +++ b/test/parser/samples/self-reference/output.json @@ -32,7 +32,7 @@ { "start": 17, "end": 51, - "type": "Element", + "type": "Component", "name": "svelte:self", "attributes": [ {