<expr>
  <define name="foo"/>

  <if>
    <eq>
      <foo>
	 This is a test.
      </foo>
      <foo>
	<string>This is a test.</string>
      </foo>
    </eq>
    <print newline="true">PASS</print>
    <expr>
      <print newline="true">FAIL</print>
      <false/>
    </expr>
  </if>
</expr>
