blob: 3eccef84e78d399238a5d30979bcda5fb5111155 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-ContextLastFunc-11 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:41+02:00 :)
(: Purpose: fn:last() can never return 0('!='). :)
(:*******************************************************:)
deep-equal(
(1, 2, 3, remove((current-time(), 4), 1))
[last() != 0],
(1, 2, 3, 4))