test/idb/numbers.xml
changeset 0 bc8c9a11cbfc
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/idb/numbers.xml	Wed Oct 10 22:58:21 2012 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<and>
     1.5 +  <if>
     1.6 +    <eq>
     1.7 +      <integer>-1</integer>
     1.8 +      <subtract>0 1</subtract>
     1.9 +    </eq>
    1.10 +    <print newline="true">PASS</print>
    1.11 +    <expr>
    1.12 +      <print newline="true">FAIL</print>
    1.13 +      <false/>
    1.14 +    </expr>
    1.15 +  </if>
    1.16 +
    1.17 +  <if>
    1.18 +    <eq>
    1.19 +      <float>+1.7</float>
    1.20 +      1.7
    1.21 +    </eq>
    1.22 +    <print newline="true">PASS</print>
    1.23 +    <expr>
    1.24 +      <print newline="true">FAIL</print>
    1.25 +      <false/>
    1.26 +    </expr>
    1.27 +  </if>
    1.28 +</and>