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