test/idb/pcdata.xml
author ali <ali@juiblex.co.uk>
Wed Oct 10 22:58:48 2012 +0100 (2012-10-10)
changeset 1 fe592b4168f3
permissions -rw-r--r--
Added tag 1.0 for changeset bc8c9a11cbfc
     1 <expr>
     2   <define name="foo" args="x y z"><x/><y/><z/></define>
     3 
     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>