Skip to content

Commit

Permalink
bug(#266): synced with EO 0.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jan 31, 2025
1 parent 73df164 commit 4b1edaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SOFTWARE.
<xsl:template match="/">
<defects>
<xsl:for-each select="//o">
<xsl:if test="(count(descendant::o)=1 and o[@name='@'] and (not(@base) or @base!='^') and not(o[@base='∅'])) or count(o[@name='@' and o[@name='@']])&gt;0">
<xsl:if test="(count(descendant::o[not(@base='Q.org.eolang.bytes')])=1 and o[@name='@'] and (not(@base) or @base!='^') and not(o[@base='∅'])) or count(o[@name='@' and o[@name='@']])&gt;0">
<xsl:element name="defect">
<xsl:attribute name="line">
<xsl:value-of select="eo:lineno(@line)"/>
Expand Down

0 comments on commit 4b1edaa

Please sign in to comment.