Add MANIFEST to the filelist
[TAP-Harness-JUnit.git] / t / tests / funkyindent.xml
blob985f2c2fd9ece6b43ced2b462bed86b389b52692
1 <?xml version='1.0' encoding='utf-8'?>
2 <testsuites>
3   <testsuite name="Indentation of comments" errors="1" failures="0" tests="1" time="0">
4     <system-out># abcd
5 #     abcd
6 #         abcd
7 # &lt;&lt;&lt; &gt;&gt;      abcd
8 not ok 1 - This is not ok
9 # &lt;&lt;&lt; &gt;&gt;      abcd
10 # &lt;&lt;&lt; &gt;&gt;      abcd
11 #         abcd
12 1..1
13 </system-out>
14     <testcase name="This is not ok" classname="Indentation of comments" time="0">
15       <failure message="not ok 1 - This is not ok" type="TAP::Parser::Result::Test">abcd
16     abcd
17         abcd
18 &lt;&lt;&lt; &gt;&gt;      abcd
19 </failure>
20     </testcase>
21   </testsuite>
22 </testsuites>