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
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