X Tutup
Skip to content

Mulit-line expressions are not working #6044

@doliver3

Description

@doliver3

Mulit-line expressions are not working.

If I put this in the template:

Ok: {{ "Hello " + "World on one line" }}

Not Ok: {{ "Hello " +
"World split" }}

I get this output where the expression was not parsed for the expression split on multiple lines:

Ok: Hello World on one line
Not Ok: {{ "Hello " + "World split" }}

I'm using the latest beta version: 2.0.0-beta.0"

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

      X Tutup