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