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

test(xslt): multiple context items #872

Merged
merged 2 commits into from
Mar 27, 2020

Conversation

AirQuick
Copy link
Member

This branch is not tested with multiple items stored in the variable of ${test:variable-name($context)}:

<xsl:when test="$context">
<!-- Switch to the context and call the template -->
<for-each select="${test:variable-name($context)}">
<xsl:copy-of select="$template-call" />
</for-each>
</xsl:when>

This pull request adds some tests for it.

@AirQuick AirQuick added the test label Mar 26, 2020
@AirQuick AirQuick added this to the v1.6.0 milestone Mar 26, 2020
@commit-lint
Copy link

commit-lint bot commented Mar 26, 2020

Tests

  • xslt: multiple context items (c4f1345)

Contributors

@AirQuick

@AirQuick AirQuick merged commit 9a34192 into xspec:master Mar 27, 2020
@AirQuick AirQuick deleted the test-multi-ctx-items branch March 27, 2020 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant