blob: 60b2b12b6d9647f63e8917dd125b3c16d13e1abf [file] [log] [blame]
(:*******************************************************:)
(: Test: K-ContextLastFunc-22 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:41+02:00 :)
(: Purpose: The return value of fn:last() is always greater or equal to 0('>='). :)
(:*******************************************************:)
deep-equal(
(1, 2, 3, remove((current-time(), 4), 1))
[last() >= 1],
(1, 2, 3, 4))