Skip to content

Commit 0c332f1

Browse files
committed
oops
1 parent 3b2e319 commit 0c332f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/esrap.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ function clean(ast) {
4646
JSXText(node) {
4747
return {
4848
...node,
49-
raw: node.raw.replaceAll('\\r', ''),
50-
value: node.value.replaceAll('\\r', '')
49+
raw: node.raw.replaceAll('\r', ''),
50+
value: node.value.replaceAll('\r', '')
5151
};
5252
}
5353
});

0 commit comments

Comments
 (0)