template literal multiline test

This commit is contained in:
Sebastian McKenzie
2014-09-29 03:42:59 +10:00
parent b9ed7f0cb2
commit d11944f7c1
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
var o = `wow
this is
actually multiline!`;

View File

@@ -0,0 +1 @@
var o = "wow\nthis is\nactually multiline!";