test/spec/spectest5.xml
changeset 0 bc8c9a11cbfc
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/spec/spectest5.xml	Wed Oct 10 22:58:21 2012 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<expr>
     1.5 +  <define name="foo"/>
     1.6 +
     1.7 +  <if>
     1.8 +    <eq>
     1.9 +      <foo>
    1.10 +	 This is a test.
    1.11 +      </foo>
    1.12 +      <foo>
    1.13 +	<string>This is a test.</string>
    1.14 +      </foo>
    1.15 +    </eq>
    1.16 +    <print newline="true">PASS</print>
    1.17 +    <expr>
    1.18 +      <print newline="true">FAIL</print>
    1.19 +      <false/>
    1.20 +    </expr>
    1.21 +  </if>
    1.22 +</expr>