Skip to content

Value constructor treats numbers separated by spaces as numbers #141

@adazem009

Description

@adazem009
Value v = "1 2 3";
v.toString(); // returns "1" instead of "1 2 3"

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