diff --git a/test/fixtures/parser/autotest/empty-attr/expected.json b/test/fixtures/parser/autotest/empty-attr/expected.json new file mode 100644 index 000000000..ff31b15a6 --- /dev/null +++ b/test/fixtures/parser/autotest/empty-attr/expected.json @@ -0,0 +1,16 @@ +{ + "type": "TemplateRoot", + "body": [ + { + "type": "HtmlElement", + "tagName": "div", + "attributes": [ + { + "type": "HtmlAttribute", + "name": "w-bind" + } + ], + "body": [] + } + ] +} \ No newline at end of file diff --git a/test/fixtures/parser/autotest/empty-attr/template.marko b/test/fixtures/parser/autotest/empty-attr/template.marko new file mode 100644 index 000000000..035bd38cd --- /dev/null +++ b/test/fixtures/parser/autotest/empty-attr/template.marko @@ -0,0 +1 @@ +
\ No newline at end of file