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