test/spec/spectest6.xml
author ali <ali@juiblex.co.uk>
Wed Oct 10 22:58:21 2012 +0100 (2012-10-10)
changeset 0 bc8c9a11cbfc
permissions -rw-r--r--
Initial version
     1 <expr>
     2   <define name="foo"/>
     3 
     4   <if>
     5     <eq>
     6       <foo>
     7       <string>
     8           abc
     9           def
    10       </string>
    11       </foo>
    12       <foo>
    13 	<string>&#10;          abc&#10;          def&#10;      </string>
    14       </foo>
    15     </eq>
    16     <print newline="true">PASS</print>
    17     <expr>
    18       <print newline="true">FAIL</print>
    19       <false/>
    20     </expr>
    21   </if>
    22 </expr>