blob: 776f79e8473ff8d4d9118da060c92dbacbe92285 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-138.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(1) }
</return>