Skip to content

atwords do not stringify correctly #17

@jonathantneal

Description

@jonathantneal

This parser correctly identifies an atword, but it stringifies it without the @.

parseValue('@color').parse().toString(); // returns "color"
parseValue('foo @color').parse().toString(); // returns "foo color"
parseValue('foo @color bar').parse().toString(); // returns "foo color bar"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions