Skip to content

Commit

Permalink
#2750 fix: replace 'and' by 'or'
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Jan 13, 2024
1 parent d90e233 commit a47ce5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ SOFTWARE.
<xsl:value-of select="$eol"/>
<xsl:text>"""</xsl:text>
</xsl:when>
<xsl:when test="@base='bool' and @base='int' and @base='float'">
<xsl:when test="@base='bool' or @base='int' or @base='float'">
<xsl:value-of select="text()"/>
</xsl:when>
<xsl:otherwise>
Expand Down

0 comments on commit a47ce5f

Please sign in to comment.