Tests that a Java properties file can not be cast to HTML.
Test java-properties-004.xml is expected to fail with error code cxerr:XC0001.
<p:declare-step xmlns:cx="http://xmlcalabash.com/ns/extensions" xmlns:cxerr="http://xmlcalabash.com/ns/error" xmlns:ex="https://xmlcalabash.com/ns/examples" xmlns:p="http://www.w3.org/ns/xproc" xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-inline-prefixes="ex xs cx" name="main" version="3.0">
<p:output port="result"/>
<p:cast-content-type content-type="text/html">
<p:with-input>
<p:inline content-type="text/x-java-properties"># With a comment.
version=1.0
name=TestApp
date=2016-11-12</p:inline>
</p:with-input>
</p:cast-content-type>
</p:declare-step>
Created test.