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