Files
2025-04-21 16:03:20 +02:00

5 lines
61 B
JavaScript
Vendored

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