blob: 780424f429e32d90a86240f543fe0c8a9d9f2adc [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-110.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using unsignedLong values :)
(:*******************************************************:)
<return>
{ xs:unsignedLong(9223372036854775807) and xs:unsignedLong(1) }
</return>