5 lines
61 B
JavaScript
Vendored
5 lines
61 B
JavaScript
Vendored
var s = `a
|
|
b
|
|
c`;
|
|
assert.equal(s, 'a\n b\n c');
|