test/spec/spectest19.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 <and>
     2   <if>
     3     <eq>
     4       <string>This is #1</string>
     5       <add>This is #1</add>
     6     </eq>
     7     <print newline="true">PASS</print>
     8     <expr>
     9       <print newline="true">FAIL</print>
    10       <false/>
    11     </expr>
    12   </if>
    13 
    14   <if>
    15     <eq>
    16       <string>This is the  00  constant.</string>
    17       <add>
    18 	<string>This is the  </string>
    19 	0
    20 	0
    21 	<string>  constant.</string>
    22       </add>
    23     </eq>
    24     <print newline="true">PASS</print>
    25     <expr>
    26       <print newline="true">FAIL</print>
    27       <false/>
    28     </expr>
    29   </if>
    30 </and>