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

{@select}s with multiple keys break when used with {@any} / {@none} #124

Closed
sethkinast opened this issue Mar 19, 2015 · 0 comments · Fixed by #125 · 4 remaining pull requests
Closed

{@select}s with multiple keys break when used with {@any} / {@none} #124

sethkinast opened this issue Mar 19, 2015 · 0 comments · Fixed by #125 · 4 remaining pull requests
Labels

Comments

@sethkinast
Copy link
Contributor

This isn't officially supported so we don't have a test around it.

      {
        name: "any with a multikey select",
        source: '{@select key=one}{@eq value="true"/}{@eq key=two value="true"/}{@any}Hello{/any}{/select}',
        context: { one: "false", two: "true" },
        expected: "Hello",
        message: "any helpers inside multikey selects render"
      }
@sethkinast sethkinast added the bug label Mar 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment