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