blob: 5c1471f802ede1a10b9a0667cb25b8c024729b29 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-079.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(-1) }
</return>