Skip to content

Commit

Permalink
Fix ICU text for Node 14 tests
Browse files Browse the repository at this point in the history
I'm guessing this breakage is due to an update of ICU on the Node 14
stable branch:

https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#icu-updated
  • Loading branch information
ptomato authored and justingrant committed Feb 12, 2022
1 parent d7eabdd commit 3f2b758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyfill/test/intl.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ describe('Intl', () => {
'islamicc: 5/18/-640 AH\n' +
'japanese: 1/3/-643 Taika (645–650)\n' +
'persian: 10/11/-621 AP\n' +
'roc: 1/3/1911 Before R.O.C.',
'roc: 1/3/1911 B.R.O.C.',
node16:
'iso8601: 1/1/1\n' +
'buddhist: 1/3/544 BE\n' +
Expand Down

0 comments on commit 3f2b758

Please sign in to comment.