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