Skip to content

Commit

Permalink
PhSafe in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 12, 2024
1 parent b17fad5 commit 2f5424a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,9 @@ SOFTWARE.
<xsl:value-of select="eo:eol(3 + $indent)"/>
<xsl:text>new Dataized(</xsl:text>
<xsl:value-of select="eo:eol(4 + $indent)"/>
<xsl:text>new </xsl:text>
<xsl:text>new PhSafe(new </xsl:text>
<xsl:value-of select="eo:class-name(@name, eo:suffix(@line, @pos))"/>
<xsl:text>()</xsl:text>
<xsl:text>())</xsl:text>
<xsl:value-of select="eo:eol(3 + $indent)"/>
<xsl:text>).asBool()</xsl:text>
<xsl:value-of select="eo:eol(2 + $indent)"/>
Expand Down

0 comments on commit 2f5424a

Please sign in to comment.