Skip to content

Bad parse for adding percentages #3563

@gwhitney

Description

@gwhitney

It turns out the expression 10% + 20% is parsed right now as 10 % ((+20) / 100) (so: the first % is interpreted as mod).

Originally posted by @josdejong in #2861 (reply in thread)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugcategory:expressionsIssues about the expression parser, variable scoping etc.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions