Tests p:os-info: Tests additional attributes are namespaces.
Test ab-os-info-004.xml is expected to pass.
It requires the following features: os-info.
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:os-info/>
</p:declare-step>
<s:schema xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<s:ns prefix="c" uri="http://www.w3.org/ns/xproc-step"/>
<s:pattern>
<s:rule context="/">
<s:assert test="c:result">The document root is not 'c:result'.</s:assert>
<s:assert test="count(*:result/@*[namespace-uri() = ''])=8">There are additional attributes in no namespace.</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Added tests for p:os-exec