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