| author | ali <ali@juiblex.co.uk> |
| Wed Oct 10 22:58:48 2012 +0100 (2012-10-10) | |
| changeset 1 | fe592b4168f3 |
| permissions | -rw-r--r-- |
1 <expr>
2 <define name="foo"/>
4 <if>
5 <eq>
6 <foo>
7 <string>
8 abc
9 def
10 </string>
11 </foo>
12 <foo>
13 <string> abc def </string>
14 </foo>
15 </eq>
16 <print newline="true">PASS</print>
17 <expr>
18 <print newline="true">FAIL</print>
19 <false/>
20 </expr>
21 </if>
22 </expr>