Tests a Schematron assertion.
Test assertions-008.xml is expected to pass.
<p:declare-step xmlns:cx="http://xmlcalabash.com/ns/extensions" xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" xmlns:s="http://purl.oclc.org/dsdl/schematron" version="3.0">
<p:import href="https://xmlcalabash.com/ext/library/pipeline-messages.xpl"/>
<p:output port="result"/>
<p:identity name="identity" cx:assertions="map { 'result': 'correct-map' }">
<p:with-input select="map { 'now': current-dateTime(), 'count': 18 }">
<irrelevant/>
</p:with-input>
</p:identity>
<cx:pipeline-messages p:depends="identity" level="info"/>
<p:pipeinfo cx:href="../documents/assertions.xml"/>
</p:declare-step>
<s:schema xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<s:ns prefix="cx" uri="http://xmlcalabash.com/ns/extensions"/>
<s:pattern>
<s:rule context="/">
<s:assert test="cx:messages">The document root is not correct.</s:assert>
</s:rule>
<s:rule context="/cx:messages">
<s:assert test="cx:message[@level='INFO' and contains(@message, 'Test date:')]">Test did not produce a test date</s:assert>
<s:assert test="cx:message[@level='WARN' and contains(@message, 'Threshold exceeded:')]">Test did not detect threshold</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Revised. Test can now pass because of implementation changes.
Created test.