Skip to content

Parser: Newline whitespace characters are not ignored. #87

@ChunbleBee

Description

@ChunbleBee

New-line whitespace characters are supposed to be ignored from processing, unless they are added as control words. \n and \r is treated as a TextToken.

That is to say:

{
\rtf1

this is new text\par

}

Is parsed differently than:

{\rtf1 this is new text\par}

When the results should be equivalent.

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