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