p:set-attributes-013 (AB)

Tests p:set-attributes

Test is expected to fail with error code err:XD0038.

The pipeline

<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error"
                xmlns:p="http://www.w3.org/ns/xproc"
                xmlns:t="http://xproc.org/ns/testsuite/3.0" version="3.0">
   <p:output port="result"/>
   <p:set-attributes attributes="map{'att':'1'}">
      <p:with-input port="source">
         <p:inline content-type="application/json">{{"key":"1"}}</p:inline>
      </p:with-input>
   </p:set-attributes>
</p:declare-step>

Revision history

23 Jun 2019, Achim Berndzen
Changed test to new step signature.
19 May 2019, Achim Berndzen
Tests for p:set-attributes