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