blob: 31d46fe3768060b3f06900541215bd84089a5a38 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-090.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using negativeInteger values :)
(:*******************************************************:)
<return>
{ xs:negativeInteger(-1) and xs:negativeInteger(-1) }
</return>