* add next option for babel-plugin-transform-react-jsx * address review comments * chore: update test fixtures * Update fixture * Add "columnNumber" to the new React transform * Update windows fixtures * Delete unused output.js * Update windows tests * Fix windows again * fix comments Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com> Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Moti Zilberman <motiz88@gmail.com>
13 lines
271 B
JavaScript
13 lines
271 B
JavaScript
<div>wow</div>;
|
||
<div>wôw</div>;
|
||
|
||
<div>w & w</div>;
|
||
<div>w & w</div>;
|
||
|
||
<div>w w</div>;
|
||
<div>this should not parse as unicode: \u00a0</div>;
|
||
<div>this should parse as nbsp: </div>;
|
||
<div>this should parse as unicode: {'\u00a0 '}</div>;
|
||
|
||
<div>w < w</div>;
|