blob: 62443ae37b256f45cf3028f68cbce233450840c6 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-057.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('NaN') }
</return>