blob: 614a4959f8a11ef13701055b165101e9130a5c62 [file] [log] [blame]
(:*******************************************************:)
(:Test: op-boolean-equal-3 :)
(:Written By: Carmelo Montanez :)
(:Date: June 24, 2005 :)
(:Purpose: Evaluates The "boolean-equal" function :)
(: with operands set to "not(false)" ad "false" respectively.:)
(: Use of eq operator. :)
(:*******************************************************:)
fn:not(xs:boolean("false")) eq xs:boolean("false")