Skip to content

[BUG] Can't use blank space between 2 expressions #5

@ShaneBeee

Description

@ShaneBeee

The parser doesn't seem to like a blank space between 2 expressions.
Example:
blah blah blah %direction% %location%
The space between the direction and location expressions is ignored, and when it tries to parse, it looks ahead and completely skips the direction.

This is also an issue when using an optional word in between.
Example:
blah blah blah %direction% [of] %location%

If you were to type blah blah blah north of {_loc} = It parses correctly
But if you do blah blah blah above {_loc} = It fails to parse

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: High ⚠️This is a high priority issue and the team hopes to get on it ASAP!help wantedExtra attention is needed

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions