blob: bf8f224d48246b9d1bc0fecd92cfc9d72f740702 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-boolean-less-than-more-args-005.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("0")