swc/tests/fixture/issue-1661/case1/input/index.js
강동윤 a795de7f43
fix(swc): Fix bugs (#1732)
swc_ecma_transforms_react:
 - Escape some characters. (#1661)

swc_ecma_transforms_compat:
 - `regenerator`: Handle `||` properly. (#1684)
2021-05-24 09:41:22 +00:00

2 lines
41 B
JavaScript

console.log(<h1 value="abc\nas">s</h1>);