Added test for #403 - Allow spaces between attribute names and values

This commit is contained in:
Patrick Steele-Idem 2016-12-21 20:39:20 -07:00
parent 65b6ff8ef0
commit 41dfbe3000
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
<div class="foo"></div><span class="bar"></span>

View File

@ -0,0 +1,2 @@
<div class = "foo" />
span class = "bar"

View File

@ -0,0 +1 @@
exports.templateData = {};