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