blob: 6cc4aa8335ddbfe94ac8961f3e60e348e2d2c191 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-092.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(-99999999999999999) }
</return>