blob: 5c7d75474c638550830c04dc22f7ed1aac7e3add [file] [log] [blame]
(:*******************************************************:)
(:Test: op-boolean-greater-than2args-5 :)
(:Written By: Carmelo Montanez :)
(:Date: Thu Dec 16 10:48:17 GMT-05:00 2004 :)
(:Purpose: Evaluates The "op:boolean-greater-than" operator:)
(: with the arguments set as follows: :)
(:$arg1 = xs:boolean(lower bound) :)
(:$arg2 = xs:boolean(upper bound) :)
(:*******************************************************:)
xs:boolean("false") gt xs:boolean("0")