Skip to content

Bug in test/intl402/NumberFormat/currency-digits-nonstandard-notation.js #4349

Open
@iamstolis

Description

The test added by #4274 (i.e. test/intl402/NumberFormat/currency-digits-nonstandard-notation.js) contains an incorrect assertion for maximumFractionDigits. It requires them to be 3 but they should be 0 when the notation is compact, see this comment for details.

In other words, there should be something like

assert.sameValue(maximumFractionDigits, (notation === 'compact') ? 0 : 3, ...

instead of

assert.sameValue(maximumFractionDigits, 3, ...

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions