Skip to content

Commit

Permalink
Merge pull request #3 from bertfrees/bugfix_call+content
Browse files Browse the repository at this point in the history
Close #3
  • Loading branch information
rdeltour committed Mar 28, 2014
2 parents a8021eb + db502bc commit e0d18bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/xspec/compiler/generate-xspec-tests.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<!-- Set up the $context variable -->
<xsl:apply-templates select="$context" mode="x:setup-context"/>
<!-- Switch to the context and call the template -->
<for-each select="$context">
<for-each select="$impl:context">
<xsl:copy-of select="$template-call" />
</for-each>
</xsl:when>
Expand Down

0 comments on commit e0d18bf

Please sign in to comment.