Skip to content

Commit

Permalink
Merge pull request #809 from xml-project/fix-features
Browse files Browse the repository at this point in the history
Added missing features
  • Loading branch information
xml-project authored Jan 12, 2025
2 parents ffcef7c + 7c63510 commit 69068a1
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
10 changes: 10 additions & 0 deletions test-suite/tests/nw-import-functions-002.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<t:test expected="fail" code="err:XS0107"
features="xquery-function-import"
xmlns:err="http://www.w3.org/ns/xproc-error"
xmlns:t="http://xproc.org/ns/testsuite/3.0">
<t:info>
<t:title>nw-import-functions-002</t:title>
<t:revision-history>
<t:revision>
<t:date>2025-01-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Marked feature on test.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2024-12-06</t:date>
<t:author>
Expand Down
12 changes: 11 additions & 1 deletion test-suite/tests/nw-import-functions-002b.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<t:test expected="pass" xmlns:t="http://xproc.org/ns/testsuite/3.0">
<t:test expected="pass" xmlns:t="http://xproc.org/ns/testsuite/3.0"
features="xquery-function-import">
<t:info>
<t:title>nw-import-functions-002b</t:title>
<t:revision-history>
<t:revision>
<t:date>2025-01-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Marked feature on test.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2024-12-06</t:date>
<t:author>
Expand Down
10 changes: 10 additions & 0 deletions test-suite/tests/nw-import-functions-003.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<t:test expected="fail" code="err:XS0107"
features="xslt-function-import"
xmlns:err="http://www.w3.org/ns/xproc-error"
xmlns:t="http://xproc.org/ns/testsuite/3.0">
<t:info>
<t:title>nw-import-functions-003</t:title>
<t:revision-history>
<t:revision>
<t:date>2025-01-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Marked feature on test.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2024-12-06</t:date>
<t:author>
Expand Down

0 comments on commit 69068a1

Please sign in to comment.