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