Skip to content

{{~once A && !B~}} ... {{~end~}} failed to compile #1

Description

@duzy

This tild expression failed to compile:

{{~once A && !B~}}
...
{{~end~}}

It has to be changed into this to compile:

{{~once A && (!B)~}}
...
{{~end~}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions