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