Skip to content

Commit

Permalink
fix policheck (#689)
Browse files Browse the repository at this point in the history
* fix policheck

* update format
  • Loading branch information
TinaLiu02 authored Apr 3, 2024
1 parent ee8eba5 commit 8701a06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monodoc/Resources/mdoc-html-utils.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2417,7 +2417,7 @@
</xsl:when>
<xsl:when test="$arglist = '' and $rest = ''">
<xsl:message terminate="yes">
!WTF? arglist=<xsl:value-of select="$arglist" />; rest=<xsl:value-of select="$rest" />
arglist=<xsl:value-of select="$arglist" />; rest=<xsl:value-of select="$rest" />
</xsl:message>
</xsl:when>
<xsl:when test="starts-with ($rest, '>')">
Expand All @@ -2434,7 +2434,7 @@
</xsl:when>
<xsl:otherwise>
<xsl:message terminate="yes">
!WTF 2? arglist=<xsl:value-of select="$arglist" />; rest=<xsl:value-of select="$rest" />
arglist=<xsl:value-of select="$arglist" />; rest=<xsl:value-of select="$rest" />
</xsl:message>
</xsl:otherwise>
</xsl:choose>
Expand Down Expand Up @@ -2483,7 +2483,7 @@ SkipTypeArgument: invalid type substring '<xsl:value-of select="$s" />'
</xsl:when>
<xsl:otherwise>
<xsl:message>
! WTF3: s=<xsl:value-of select="$s" />; r=<xsl:value-of select="$r" />
s=<xsl:value-of select="$s" />; r=<xsl:value-of select="$r" />
</xsl:message>
</xsl:otherwise>
</xsl:choose>
Expand Down

0 comments on commit 8701a06

Please sign in to comment.