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