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