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