Skip to content

Coloned amount not parsed correctly #14

@wvengen

Description

@wvengen

With the loose parser, a, <1%: b yields:

{:amount=>"<1%", :contains=>[{:name=>"a"}]}

though it should yield

{:contains=>[{:name=>"a", :contains=[{:name=>"b", :amount=>"<1%"]}]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug:parsingSomething is not parsed or parsed incorrectlyparser:looseAffects the loose parser

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions