Skip to content

Commit

Permalink
Merge pull request #722 from xml-project/add-feature
Browse files Browse the repository at this point in the history
Marked tests with feature eager-evaluation
  • Loading branch information
ndw authored Sep 29, 2024
2 parents 80cf175 + b298165 commit 65f9715
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 5 deletions.
11 changes: 10 additions & 1 deletion test-suite/tests/ab-option-057-strict.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<t:test expected="fail" code="err:XD0030"
<t:test expected="fail" code="err:XD0030" features="eager-eval"
xmlns:err="http://www.w3.org/ns/xproc-error"
xmlns:t="http://xproc.org/ns/testsuite/3.0">
<t:info>
<t:title>ab-option-057 (strict)</t:title>
<t:revision-history>
<t:revision>
<t:date>2024-09-28</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Marked test with feature 'eager-eval'.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2021-12-12</t:date>
<t:author>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-option-064-strict.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<t:test expected="fail" code="err:XD0001"
<t:test expected="fail" code="err:XD0001" features="eager-eval"
xmlns:err="http://www.w3.org/ns/xproc-error"
xmlns:t="http://xproc.org/ns/testsuite/3.0">
<t:info>
<t:title>ab-option-064 (strict)</t:title>
<t:revision-history>
<t:revision>
<t:date>2024-09-28</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Marked test with feature 'eager-eval'.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2021-12-12</t:date>
<t:author>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-option-066-strict.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<t:test expected="fail" code="err:XD0030"
<t:test expected="fail" code="err:XD0030" features="eager-eval"
xmlns:err="http://www.w3.org/ns/xproc-error"
xmlns:t="http://xproc.org/ns/testsuite/3.0">
<t:info>
<t:title>ab-option-066 (strict)</t:title>
<t:revision-history>
<t:revision>
<t:date>2024-09-28</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Marked test with feature 'eager-eval'.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2021-12-12</t:date>
<t:author>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-variable-018a-strict.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<t:test expected="fail" code="err:XD0036"
<t:test expected="fail" code="err:XD0036" features="eager-eval"
xmlns:err="http://www.w3.org/ns/xproc-error"
xmlns:t="http://xproc.org/ns/testsuite/3.0">
<t:info>
<t:title>Variable declaration 018a (strict)</t:title>
<t:revision-history>
<t:revision>
<t:date>2024-09-28</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Marked test with feature 'eager-eval'.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2021-12-12</t:date>
<t:author>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-variable-021a-strict.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<t:test expected="fail" code="err:XD0001"
<t:test expected="fail" code="err:XD0001" features="eager-eval"
xmlns:err="http://www.w3.org/ns/xproc-error"
xmlns:t="http://xproc.org/ns/testsuite/3.0">
<t:info>
<t:title>Variable declaration 021a (strict)</t:title>
<t:revision-history>
<t:revision>
<t:date>2024-09-28</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Marked test with feature 'eager-eval'.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2021-12-12</t:date>
<t:author>
Expand Down

0 comments on commit 65f9715

Please sign in to comment.