mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 00:52:29 +03:00
6285f20cfa
swc: - Ensure #1681 is fixed. (#1681)
5 lines
68 B
JavaScript
5 lines
68 B
JavaScript
console.log(String.raw`a
|
|
b
|
|
c
|
|
`);
|
|
console.log(String.raw`a\nb\nc\n`); |