blob: ecb2ee4ee9251c1c8c6c4111c62b521e6279dde4 [file] [log] [blame]
(: Name: statictyping-5 :)
(: Description: Evaluation of static typing feature within a "where" clause. Wrong operand for expression (uses fn:min). :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $var in ("a","b","c")
where fn:min(($var,1))
return $var