2017-09-13 07:52:34 +02:00

5 lines
61 B
JavaScript
Vendored

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