File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2417
2417
</xsl : when >
2418
2418
<xsl : when test =" $arglist = '' and $rest = ''" >
2419
2419
<xsl : message terminate =" yes" >
2420
- !WTF? arglist=<xsl : value-of select =" $arglist" />; rest=<xsl : value-of select =" $rest" />
2420
+ arglist=<xsl : value-of select =" $arglist" />; rest=<xsl : value-of select =" $rest" />
2421
2421
</xsl : message >
2422
2422
</xsl : when >
2423
2423
<xsl : when test =" starts-with ($rest, '>')" >
2434
2434
</xsl : when >
2435
2435
<xsl : otherwise >
2436
2436
<xsl : message terminate =" yes" >
2437
- !WTF 2? arglist=<xsl : value-of select =" $arglist" />; rest=<xsl : value-of select =" $rest" />
2437
+ arglist=<xsl : value-of select =" $arglist" />; rest=<xsl : value-of select =" $rest" />
2438
2438
</xsl : message >
2439
2439
</xsl : otherwise >
2440
2440
</xsl : choose >
@@ -2483,7 +2483,7 @@ SkipTypeArgument: invalid type substring '<xsl:value-of select="$s" />'
2483
2483
</xsl : when >
2484
2484
<xsl : otherwise >
2485
2485
<xsl : message >
2486
- ! WTF3: s=<xsl : value-of select =" $s" />; r=<xsl : value-of select =" $r" />
2486
+ s=<xsl : value-of select =" $s" />; r=<xsl : value-of select =" $r" />
2487
2487
</xsl : message >
2488
2488
</xsl : otherwise >
2489
2489
</xsl : choose >
You can’t perform that action at this time.
0 commit comments