1 <expr>
2 <define name="foo"/>
3
4 <if>
5 <eq>
6 <foo>
7 This is a test.
8 </foo>
9 <foo>
10 <string>This is a test.</string>
11 </foo>
12 </eq>
13 <print newline="true">PASS</print>
14 <expr>
15 <print newline="true">FAIL</print>
16 <false/>
17 </expr>
18 </if>
19 </expr>