Skip to content

Error while parsing floating point numbers inside collection #41

@wpeers

Description

@wpeers

Works fine
0>** EDN.read("1.0M")
=> 1.0
Works fine
0>** EDN.read("[ 1M ]")
=> [1]
Error: M parsed as separate element
0> EDN.read("[ 1.0M ]")
=> [1.0, M]
Error: M parsed as separate element
0> EDN.read("{10.0M}")
=> {10.0=>M}
Error: M parsed as separate element
0> EDN.read("{:value 10.0M}")
=> Need an even number of items for a map`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions