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

WIP: Possible fix for #1252: Using @partial-block twice in a template not possible #1290

Merged
merged 2 commits into from
Feb 14, 2017

Commits on Feb 14, 2017

  1. Fix for #1252: Using @partial-block twice in a template not possible

    Fixes #1252
    - This fix treats partial-blocks more like closures and uses the closure-context of
      the "invokePartial"-function to store the @partial-block for the partial.
    - Adds a tes for the fix
    nknapp committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    c419c3e View commit details
    Browse the repository at this point in the history
  2. Add more tests for partial-blocks and inline partials

    - Multiple partial-blocks at different nesting levels
    - Calling partial-blocks twice with nested partial-blocks
    - Calling the partial-block from within the #each-helper
    - nested inline partials with partial-blocks on different nesting levels
    - nested inline partials (twice at each level)
    nknapp committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    81ae953 View commit details
    Browse the repository at this point in the history