Skip to content

Bug: empty macro definitions don't parse as expected #3460

@Jermolene

Description

@Jermolene

The \end of an empty macro definition is incorrectly parsed as its body.

For example:

\define max()
\end
Nothing
\end

Out: <<max>>

The correct output should be Nothing \end Out:, but the current output is Out: \end Nothing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions