1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/idb/pcdata.xml Wed Oct 10 22:58:21 2012 +0100
1.3 @@ -0,0 +1,19 @@
1.4 +<expr>
1.5 + <define name="foo" args="x y z"><x/><y/><z/></define>
1.6 +
1.7 + <if>
1.8 + <eq>
1.9 + <foo>This is the 0xdeadbeef constant.</foo>
1.10 + <foo>
1.11 + <string>This is the</string>
1.12 + <integer>0xdeadbeef</integer>
1.13 + <string>constant.</string>
1.14 + </foo>
1.15 + </eq>
1.16 + <print newline="true">PASS</print>
1.17 + <expr>
1.18 + <print newline="true">FAIL</print>
1.19 + <false/>
1.20 + </expr>
1.21 + </if>
1.22 +</expr>