Skip to content

Comparison of numbers where one is a string with spaces is incorrect #482

@adazem009

Description

@adazem009
Value a = "  5  ";
Value b = 5;
// a == b returns false, but should return true

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0Priority: CriticalbugSomething isn't working

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions