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