Skip to content

Commit

Permalink
Merge pull request #799 from xml-project/fix-749
Browse files Browse the repository at this point in the history
Fix 749 by allowing 3.0 and/or 3.1
  • Loading branch information
xml-project authored Jan 6, 2025
2 parents e783423 + f2f7692 commit 8cb7eea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion test-suite/tests/ab-system-property-006.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<t:info>
<t:title>ab-system-property-006</t:title>
<t:revision-history>
<t:revision>
<t:date>2025-01-02</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed the test, so that version 3.1 does also pass.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2021-06-10</t:date>
<t:author>
Expand Down Expand Up @@ -40,9 +49,10 @@
<p:declare-step version="3.0"
xmlns:p="http://www.w3.org/ns/xproc">
<p:output port="result"/>
<p:variable name="version-string" select="p:system-property('Q{http://www.w3.org/ns/xproc}version')" />
<p:identity>
<p:with-input>
<result>{contains(p:system-property('Q{http://www.w3.org/ns/xproc}version'), '3.0')}</result>
<result>{contains($version-string, '3.0') or contains($version-string, '3.1')}</result>
</p:with-input>
</p:identity>
</p:declare-step>
Expand Down

0 comments on commit 8cb7eea

Please sign in to comment.