| 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" args="x y z"><x/><y/><z/></define>
4 <if>
5 <eq>
6 <foo>This is the 0xdeadbeef constant.</foo>
7 <foo>
8 <string>This is the</string>
9 <integer>0xdeadbeef</integer>
10 <string>constant.</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>