mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Added test #480 - Allow commas between attributes and semicolon at end
This commit is contained in:
parent
41dfbe3000
commit
630e63989e
1
test/autotests/render/var-tag-commas/expected.html
Normal file
1
test/autotests/render/var-tag-commas/expected.html
Normal file
@ -0,0 +1 @@
|
||||
<div>1,2</div>
|
||||
2
test/autotests/render/var-tag-commas/template.marko
Normal file
2
test/autotests/render/var-tag-commas/template.marko
Normal file
@ -0,0 +1,2 @@
|
||||
var a = 1, b = 2;
|
||||
<div>${a},${b}</div>
|
||||
1
test/autotests/render/var-tag-commas/test.js
Normal file
1
test/autotests/render/var-tag-commas/test.js
Normal file
@ -0,0 +1 @@
|
||||
exports.templateData = {};
|
||||
Loading…
x
Reference in New Issue
Block a user