blob: 7b3773d91ee4e20bd4e9d8c42058cc11db184ae1 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-061.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('INF') }
</return>