Skip to content

Parser parsers numbers eagerly; does not report error with missing space #105

@cowtowncoder

Description

@cowtowncoder

(note: moved from FasterXML/jackson-databind#260)


If you give input like:

123true

it will first successfully parse integer 123, and then boolean true. This should instead result in a parse exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions