blob: 659a7dfcb0827b757d58e0e36f07f813e4946655 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-126.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:53:51 2005 :)
(: Purpose: Logical 'or' using unsignedInt values :)
(:*******************************************************:)
<return>
{ xs:unsignedInt(4294967295) or xs:unsignedInt(1) }
</return>