Skip to content

Commit

Permalink
Merge pull request #748 from xml-project/fix-747
Browse files Browse the repository at this point in the history
Attempt to fix 747
  • Loading branch information
xml-project authored Nov 1, 2024
2 parents f107d16 + c6bf769 commit 793cf04
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion test-suite/tests/ab-override-content-types-005.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<t:info>
<t:title>override-content-types-005 (AB)</t:title>
<t:revision-history>
<t:revision>
<t:date>2024-11-01</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed regular expression from '' to '}'</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2020-04-09</t:date>
<t:author>
Expand All @@ -23,7 +32,7 @@
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" name="pipeline" version="3.0">
<p:output port="result"/>

<p:archive-manifest override-content-types="[['', 'application/xml']]">
<p:archive-manifest override-content-types="[['}', 'application/xml']]">
<p:with-input href="../documents/archive.zip" />
</p:archive-manifest>
</p:declare-step>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-override-content-types-015.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<t:info>
<t:title>override-content-types-015 (AB)</t:title>
<t:revision-history>
<t:revision>
<t:date>2024-11-01</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed regular expression from '' to '}'</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2020-04-09</t:date>
<t:author>
Expand All @@ -23,7 +32,7 @@
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" name="pipeline" version="3.0">
<p:output port="result"/>

<p:unarchive override-content-types="[['', 'application/xml']]">
<p:unarchive override-content-types="[['}', 'application/xml']]">
<p:with-input href="../documents/archive.zip" />
</p:unarchive>
</p:declare-step>
Expand Down

0 comments on commit 793cf04

Please sign in to comment.