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