Skip to content

Commit

Permalink
Merge pull request #697 from ndw/typos
Browse files Browse the repository at this point in the history
Various typos
  • Loading branch information
ndw authored May 8, 2024
2 parents be3b2fd + 9a8f656 commit 6d94ea7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions test-suite/tests/ab-archive-manifest-006.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0"
xmlns:err="http://www.w3.org/ns/xproc-error"
expected="fail" code="err:XC0085">
expected="fail" code="err:XC0081">
<t:info>
<t:title>p:archive-manifest 006 (AB)</t:title>
<t:revision-history>
Expand Down Expand Up @@ -37,4 +37,4 @@
</p:archive-manifest>
</p:declare-step>
</t:pipeline>
</t:test>
</t:test>
4 changes: 2 additions & 2 deletions test-suite/tests/ab-archive-manifest-012.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</t:info>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Tests XC0120 is raised if the source of p:archive-manifest does not have base URI and
option `relative-to`is not present.</p>
option relative-tois not present.</p>
</t:description>

<t:pipeline>
Expand All @@ -31,7 +31,7 @@
</p:with-input>
</p:archive>

<p:set-properties properties="map{}" /> <!-- remove base URI -->
<p:set-properties properties="map{}" merge="false"/> <!-- remove base URI -->

<p:archive-manifest />
</p:declare-step>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/tests/ab-choose-043.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</t:revision-history>
</t:info>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Test XS0038 is raised, if @when is missing on p:when</p>
<p>Test XS0038 is raised, if @test is missing on p:when</p>
</t:description>
<t:pipeline>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
Expand Down
4 changes: 2 additions & 2 deletions test-suite/tests/ab-connection-016.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</t:revision-history>
</t:info>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Tests that XD0006 is raised, if default binding for a non-sequence input port contains more than one document and non binding is supplied.</p>
<p>Tests that XD0006 is raised, if default binding for a non-sequence input port contains more than one document and no binding is supplied.</p>
</t:description>
<t:pipeline>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" xmlns:test="http://test" version="3.0">
Expand All @@ -41,4 +41,4 @@
<test:step/>
</p:declare-step>
</t:pipeline>
</t:test>
</t:test>
2 changes: 1 addition & 1 deletion test-suite/tests/ab-p-archive-056.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0"
xmlns:err="http://www.w3.org/ns/xproc-error"
expected="fail" code="err:XC0085">
expected="fail" code="err:XC0081">
<t:info>
<t:title>p:archive 056 (AB)</t:title>
<t:revision-history>
Expand Down

0 comments on commit 6d94ea7

Please sign in to comment.