Tests XD0039 is raised when encoding is specified, but charset is not supported.
Test ab-inline-007.xml is expected to fail with error code err:XD0039
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:identity>
<p:with-input>
<p:inline encoding="base64" content-type="text/plain; charset=notsupported">VGhpcyBpcyBhIHRlc3Qgd2l0aCDkIPYg/C4=</p:inline>
</p:with-input>
</p:identity>
<p:wrap-sequence wrapper="result"/>
</p:declare-step>
=Adapted tests to PR #422
Change test with document-properties to map{xs:QName, item()}
More tests.
Some new tests.