mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
More whitespace tests
This commit is contained in:
parent
e43604ecf5
commit
5c38e13bd9
@ -0,0 +1 @@
|
||||
<div>This has extra whitespace</div>
|
||||
@ -0,0 +1,3 @@
|
||||
<div>
|
||||
This has extra whitespace
|
||||
</div>
|
||||
@ -0,0 +1 @@
|
||||
exports.templateData = {};
|
||||
@ -0,0 +1,3 @@
|
||||
<div>This has extra whitespace</div><div>
|
||||
This has extra whitespace
|
||||
</div>
|
||||
@ -0,0 +1,6 @@
|
||||
<div>
|
||||
This has extra whitespace
|
||||
</div>
|
||||
<div marko-preserve-whitespace>
|
||||
This has extra whitespace
|
||||
</div>
|
||||
@ -0,0 +1 @@
|
||||
exports.templateData = {};
|
||||
Loading…
x
Reference in New Issue
Block a user