Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! deps: V8: cherry-pick 90be99fab31c
keep correct line
  • Loading branch information
targos committed Feb 14, 2023
commit 69e9ef215647472801a1a969dcf6b1e7ba7c7f54
2 changes: 1 addition & 1 deletion test/parallel/test-intl.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if (!common.hasIntl) {
// Test format
{
const localeString = date0.toLocaleString(['en'], optsGMT);
assert.strictEqual(localeString, '1/1/1970, 12:00:00AM');
assert.strictEqual(localeString, '1/1/1970, 12:00:00 AM');
}
// number format
{
Expand Down