blob: 6dcb8d47731fa254f3761c21842a3615ec2b7a07 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-082.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(-99999999999999999) }
</return>