Files
babel/test/fixtures/esnext/es6-templates/multi-line.js
2015-01-05 10:18:42 +11:00

5 lines
61 B
JavaScript

var s = `a
b
c`;
assert.equal(s, 'a\n b\n c');