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