mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Added another test for #345 - marko-compiler-options
This commit is contained in:
parent
7c7063d5cd
commit
5a96b1d5d9
@ -0,0 +1,12 @@
|
||||
<div>
|
||||
This
|
||||
whitespace
|
||||
should be
|
||||
preserved
|
||||
<div>
|
||||
This
|
||||
whitespace
|
||||
should also be
|
||||
preserved
|
||||
</div>
|
||||
</div>
|
||||
@ -0,0 +1,14 @@
|
||||
<marko-compiler-options preserve-whitespace/>
|
||||
|
||||
<div>
|
||||
This
|
||||
whitespace
|
||||
should be
|
||||
preserved
|
||||
<div>
|
||||
This
|
||||
whitespace
|
||||
should also be
|
||||
preserved
|
||||
</div>
|
||||
</div>
|
||||
@ -0,0 +1 @@
|
||||
exports.templateData = {};
|
||||
Loading…
x
Reference in New Issue
Block a user