blob: 2bf4fda6fdc27a9d8cffe527a6d8efe1fa2da2f1 [file] [log] [blame]
(:*******************************************************:)
(:Test: op-boolean-equal-13 :)
(:Written By: Carmelo Montanez :)
(:Date: June 24, 2005 :)
(:Purpose: Evaluates The "boolean-equal" function :)
(: with both operands set to expressions unsing multiple :)
(: "eq" operators connected by an "and" expression. :)
(:*******************************************************:)
((7 eq 7) eq xs:boolean("true")) and (xs:boolean("false") eq xs:boolean("true"))