Skip to content

Commit 2def745

Browse files
FrankYFTangptomato
authored andcommitted
change based on review feedback
1 parent 30cd77e commit 2def745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/intl402/DurationFormat/prototype/format/style-digital-largenumber-en.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ assert.sameValue(df.format({hours: 12, minutes: 34, seconds: 56, milliseconds: 1
3838
"12:34:1290.567", `format in digit set useGrouping to false`);
3939

4040
assert.sameValue(df.format({days: 1234567, hours: 3, minutes: 20, seconds: 45}),
41-
"1,234,567 days, 3:20:45", `format in digit set useGrouping to false`);
41+
"1,234,567 days, 3:20:45", `useGrouping set to false applies to time units but not days`);
4242

4343
assert.sameValue(df.format({days: 1234567, hours: 2345678, minutes: 3456789, seconds: 4567890}),
44-
"1,234,567 days, 2345678:3456789:4567890", `format in digit set useGrouping to false`);
44+
"1,234,567 days, 2345678:3456789:4567890", `useGrouping set to false applies to time units but not days`);

0 commit comments

Comments
 (0)