blob: a4e0ac485d2eadaaf10de9eb1940d3c7787e5c4f [file] [log] [blame]
(: Name: quantExpr-56 :)
(: Description: Simple quantified expression using "every" keyword, use of multiple variable and the xs:float type :)
every $x in (1,2,3), $y in (4,5,6) satisfies xs:float($x) = xs:float($y)