Skip to content

bug with function call on 0.7 #274

@bubbatls

Description

@bubbatls

If I have the following code :
{{#personLink}}{{#person}}{{name}}{{/person}}{{/personLink}}
I get the error
"Unclosed section: person"
I have to use
{{#personLink}} {{#person}}{{name}}{{/person}} {{/personLink}}
with spaces for it to work good.

By the way "Unclosed section: person" does not help enougth
I had to change line 566 by
try{
return nestTokens(tokens);
}catch(e){
throw new Error(e+" "+template);
}
to help me finding what was wrong and where

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions