Added test case for #491 - Allow plain text parsing

This commit is contained in:
Patrick Steele-Idem 2017-01-05 19:17:39 -07:00
parent a8c59a0050
commit 4355bc0e4d
4 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,3 @@
module.exports = function codeGenerator(el, codegen) {
return el.body;
};

View File

@ -0,0 +1,4 @@
{
"body": "static-text",
"preserve-whitespace": true
}

View File

@ -0,0 +1,3 @@
Content
More Content

View File

@ -0,0 +1,4 @@
<static-text>
Content
More Content
</static-text>