mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
revert remove end of line
This commit is contained in:
@@ -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'}))));
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user