benchpressjs / benchpressjs

ultralight javascript templating framework
MIT License
90 stars 17 forks source link

2.4.2 breaks pictures in user lists #106

Closed barisusakli closed 3 years ago

barisusakli commented 3 years ago
{{each users}}}
        <li>
            <a href="{config.relative_path}/uid/{../uid}">{buildAvatar(users, "sm", true)} {../username}</a>
        </li>
{{{end}}}

works fine on 2.4.1

pitaj commented 3 years ago

Please provide sample data, the helper function, and the expected output

Or better yet add a failing test case in a new branch.

barisusakli commented 3 years ago

data => https://community.nodebb.org/api/users?pretty=1 template => https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/partials/users_list.tpl helper => https://github.com/NodeBB/NodeBB/blob/master/public/src/modules/helpers.js#L281

pitaj commented 3 years ago

2.4.3