mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Added test for #403 - Allow spaces between attribute names and values
This commit is contained in:
parent
65b6ff8ef0
commit
41dfbe3000
@ -0,0 +1 @@
|
||||
<div class="foo"></div><span class="bar"></span>
|
||||
@ -0,0 +1,2 @@
|
||||
<div class = "foo" />
|
||||
span class = "bar"
|
||||
@ -0,0 +1 @@
|
||||
exports.templateData = {};
|
||||
Loading…
x
Reference in New Issue
Block a user