Skip to content

Commit

Permalink
fix(#3050): ref and no data
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Apr 5, 2024
1 parent 4fd8198 commit 9804e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ SOFTWARE.
<!-- Not method -->
<xsl:when test="not(starts-with(@base, '.'))">
<xsl:choose>
<xsl:when test="@ref">
<xsl:when test="@ref and not(@data)">
<xsl:value-of select="eo:add-xi(true())"/>
<xsl:apply-templates select="." mode="path">
<xsl:with-param name="find" select="@base"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ phi: |
⟧,
as-bool ↦ ⟦
φ ↦ ξ.ρ.eq(
α0 ↦ ξ.σ.σ.Φ.org.eolang.bytes(
α0 ↦ Φ.org.eolang.bytes(
Δ ⤍ 01-
)
)
Expand Down

0 comments on commit 9804e1d

Please sign in to comment.