Skip to content

Incomplete handlebars support #737

Closed
@cursedquail

Description

From https://gitlab.com/gitlab-org/gitlab-ce/issues/35782

<div data-test-id={{user.id}}>
  {{user.username}}
</div>

Everything from the ending > on the first line to the {{ on the 2nd line is marked as invalid syntax.

{{user-model onSave=(action 'afterSave')}}

the parens around the action helper are marked as invalid

{{#user-model as |user|}}
 {{user.username}}
{{/user-model}}

The |'s around user are marked invalid

Metadata

Assignees

No one assigned

    Labels

    bugfix-requestA request for a bugfix to be developed.pr-openA PR addressing this issue is open.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions