Skip to content

Commit

Permalink
Add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 6, 2022
1 parent 84336bb commit 8e8101c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/babel-standalone/test/babel.js
Expand Up @@ -256,6 +256,9 @@ const require = createRequire(import.meta.url);
}),
).not.toThrow();
});
it("#14425 - numeric separators should be parsed correctly", () => {
expect(() => Babel.transform("1_1")).not.toThrow();
});
});
},
);

0 comments on commit 8e8101c

Please sign in to comment.