Additional test for empty attributes

This commit is contained in:
Patrick Steele-Idem 2016-02-03 11:20:14 -07:00
parent fd2b445544
commit 3fb36e8094
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"type": "TemplateRoot",
"body": [
{
"type": "HtmlElement",
"tagName": "div",
"attributes": [
{
"type": "HtmlAttribute",
"name": "w-bind"
}
],
"body": []
}
]
}

View File

@ -0,0 +1 @@
<div w-bind></div>