Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raw blocks report incorrect identation #65

Closed
mriska opened this issue May 30, 2016 · 0 comments
Closed

Raw blocks report incorrect identation #65

mriska opened this issue May 30, 2016 · 0 comments

Comments

@mriska
Copy link
Contributor

mriska commented May 30, 2016

Raw blocks seem to get incorrect indentation calculation which causes false positives.

The following template:

{{{{if isMorning}}}}
  Good Morning
{{{{/if}}}}

Gives the following error message:

Incorrect indentation for `if` beginning at L1:C0. Expected `{{/if}}` ending at L3:C11 to be at an indentation of 0 but was found at 4."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant