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