blob: 128a919f7a4fd7e412f523cb11fd4cadcba0169d [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-127.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(4294967295) }
</return>