revert remove end of line

This commit is contained in:
Sergio Garcia Murillo
2015-02-24 10:13:42 +01:00
parent bf58b49418
commit 59ada734a0

View File

@@ -368,4 +368,5 @@ Tinytest.add("html-tools - getTemplateTag", function (test) {
succeed('<textarea {{a}} x=1 {{b}}></textarea>',
TEXTAREA(Attrs({x:"1"}, TemplateTag({stuff: 'a'}),
TemplateTag({stuff: 'b'}))));
});