test/spec/spectest5.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 	 This is a test.
     8       </foo>
     9       <foo>
    10 	<string>This is a test.</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>