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