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