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
ali@0
     1
<expr>
ali@0
     2
  <define name="foo"/>
ali@0
     3
ali@0
     4
  <if>
ali@0
     5
    <eq>
ali@0
     6
      <foo>
ali@0
     7
      <string>
ali@0
     8
          abc
ali@0
     9
          def
ali@0
    10
      </string>
ali@0
    11
      </foo>
ali@0
    12
      <foo>
ali@0
    13
	<string>&#10;          abc&#10;          def&#10;      </string>
ali@0
    14
      </foo>
ali@0
    15
    </eq>
ali@0
    16
    <print newline="true">PASS</print>
ali@0
    17
    <expr>
ali@0
    18
      <print newline="true">FAIL</print>
ali@0
    19
      <false/>
ali@0
    20
    </expr>
ali@0
    21
  </if>
ali@0
    22
</expr>