Skip to content

Commit

Permalink
test(xslt): adjust expected line number in xsl-result-document.xspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AirQuick committed Nov 30, 2023
1 parent a2676b6 commit c3ab63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xsl-result-document.xspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<x:call template="no-href" />
<x:like label="should be err:XTDE1480 due to outer xsl:variable" />
<x:expect label="line-number" select="
if ($x:saxon-version eq x:pack-version((10, 6))) then
if (($x:saxon-version eq x:pack-version((10, 6))) or ($x:saxon-version ge x:pack-version((12, 4)))) then
18
else
19" test="?err?line-number" />
Expand Down

0 comments on commit c3ab63a

Please sign in to comment.