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