Skip to content

Commit

Permalink
Merge pull request #742 from xml-project/fix-740
Browse files Browse the repository at this point in the history
Attempt to fix 740
  • Loading branch information
xml-project authored Oct 19, 2024
2 parents 974ae39 + 60b1c06 commit 252b66e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions test-suite/tests/ab-contenttypes-025.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0"
expected="fail" code="err:XS0111"
expected="fail" code="err:XD0038"
xmlns:err="http://www.w3.org/ns/xproc-error">
<t:info>
<t:title>Contenttypes 025</t:title>
<t:revision-history>
<t:revision>
<t:date>2024-10-19</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed tests as negated shortcuts are allowed. So error is now XD0038.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2019-04-26</t:date>
<t:author>
Expand All @@ -16,7 +25,7 @@
</t:revision-history>
</t:info>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Tests XS0111 is raised for negated contenttype shortcut.</p>
<p>Tests negated contenttype shortcut.</p>
</t:description>
<t:pipeline>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc"
Expand Down

0 comments on commit 252b66e

Please sign in to comment.