blob: d51fe91e4218f0cd93ef700f55f9d59586a2b333 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-boolean-less-than-more-args-006.xq :)
(: Written By: Pulkita Tyagi :)
(: Date: Thu Jun 2 00:19:25 2005 :)
(: Purpose: To check if arg1: Boolean is less than arg2:Boolean :)
(:**************************************************************:)
xs:boolean("true") lt xs:boolean("false")