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