blob: a60bb3ef915bb4ac0847fbbbe1842558a787f8a3 [file] [log] [blame]
(:*******************************************************:)
(:Test: op-boolean-less-than-6 :)
(:Written By: Carmelo Montanez :)
(:Date: June 15, 2005 :)
(:Purpose: Evaluates The "boolean-less-than" function :)
(: with operands set to "not(false)", "true" respectively.:)
(: Use of ge operator. :)
(:*******************************************************:)
fn:not(xs:boolean("false")) ge xs:boolean("true")