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

Parser throws only one error #411

Closed
Roobun opened this issue Mar 16, 2020 · 1 comment · Fixed by #413
Closed

Parser throws only one error #411

Roobun opened this issue Mar 16, 2020 · 1 comment · Fixed by #413

Comments

@Roobun
Copy link
Contributor

Roobun commented Mar 16, 2020

buildTree() method of class TreeParser adds only last found error in template.

E.g. after parsing that template (which has two not closed For tags) interpreter has one error (about not having ending tag for last one for operation)
"{% for item in list %}\n" +
"{% for element in vector %}\n"

It also applies to other tags

@Roobun
Copy link
Contributor Author

Roobun commented Mar 19, 2020

Added PR related to that problem: #413

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

Successfully merging a pull request may close this issue.

1 participant