# See the file LICENSE for redistribution information. # # Copyright (c) 2002,2009 Oracle. All rights reserved. # # # QP tests # Comparisons and logical operators TEST 11.1 TITLE Comparisons and logical operators 11.1.1 //foo[bar=baz] Root(RA(SS())) # commented lines can appear anywhere 11.1.2 //foo[bar!=baz] Root(RA(SS())) 11.1.3 //foo[bar>baz] Root(RA(SS())) 11.1.4 //foo[bar>=baz] Root(RA(SS())) 11.1.5 //foo[barbaz and bar>baz] Root(RA(SS())) 11.1.15 //foo[bar>=baz and bar>=baz] Root(RA(SS())) 11.1.16 //foo[barbaz or bar>baz] Root(RA(SS())) 11.1.23 //foo[bar>=baz or bar>=baz] Root(RA(SS())) 11.1.24 //foo[bar