-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfail.xml
35 lines (31 loc) · 914 Bytes
/
fail.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0"
xmlns:err="http://www.w3.org/ns/xproc-error"
expected="fail" code="err:XD0007">
<t:info>
<t:title>YOUR TITLE HERE</t:title>
<t:revision-history>
<t:revision>
<t:date>TODAY’S DATE HERE</t:date>
<t:author>
<t:name>YOUR NAME</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>DESCRIBE THIS REVISION.</p>
</t:description>
</t:revision>
</t:revision-history>
</t:info>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>DESCRIBE YOUR TEST HERE.</p>
</t:description>
<t:pipeline>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result" primary="false"/>
<p:identity>
<p:with-input port="source">
<doc/>
</p:with-input>
</p:identity>
</p:declare-step>
</t:pipeline>
</t:test>