Skip to content

Commit

Permalink
be not so picky about generated refs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Apr 8, 2022
1 parent bb7a2de commit 6339c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/flatten.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<xsl:when test="contains(., '/Scaler/')">
<xsl:value-of select="replace(., '.*/Scaler/', '/Scaler/')"/>
</xsl:when>
<xsl:when test="matches(., '#[a-f0-9]+')">
<xsl:when test="matches(., '#(source_)?[a-f0-9]+')">
<xsl:value-of select="'some_computed_id'"/>
</xsl:when>
<xsl:otherwise>
Expand Down

0 comments on commit 6339c72

Please sign in to comment.