blob: 53ecfba98c2a682e5df5dc3a6ebc6f84c774f082 [file] [log] [blame]
(: Name: statictyping-12 :)
(: Description: Evaluation of static typing feature within a "where" clause. Wrong operand for expression (uses "mod" operator). :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $var in ("a","b","c")
where ($var mod 2) = 3
return $var