1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/spec/spectest19.xml Wed Oct 10 22:58:48 2012 +0100
1.3 @@ -0,0 +1,30 @@
1.4 +<and>
1.5 + <if>
1.6 + <eq>
1.7 + <string>This is #1</string>
1.8 + <add>This is #1</add>
1.9 + </eq>
1.10 + <print newline="true">PASS</print>
1.11 + <expr>
1.12 + <print newline="true">FAIL</print>
1.13 + <false/>
1.14 + </expr>
1.15 + </if>
1.16 +
1.17 + <if>
1.18 + <eq>
1.19 + <string>This is the 00 constant.</string>
1.20 + <add>
1.21 + <string>This is the </string>
1.22 + 0
1.23 + 0
1.24 + <string> constant.</string>
1.25 + </add>
1.26 + </eq>
1.27 + <print newline="true">PASS</print>
1.28 + <expr>
1.29 + <print newline="true">FAIL</print>
1.30 + <false/>
1.31 + </expr>
1.32 + </if>
1.33 +</and>