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