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