Skip to content

DecimalFormat Does Not Suppress Negative Sign #167

@mlvn23

Description

@mlvn23

This test case passes in JVM but not in JS:

        val uut2 = new DecimalFormat("0.00; 0.00")
        checkEquals("7.65", uut2.format(7.65))
        checkEquals(" 7.65", uut2.format(-7.65))
        checkEquals("98765.23", uut2.format(98765.234))
        checkEquals(" 98765.23", uut2.format(-98765.234))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions