blob: 6e9d8a99f7dd0e1983e8d7056702862955cbc2c1 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-ContextPositionFunc-8 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:41+02:00 :)
(: Purpose: fn:position() can never return 0('ne'). :)
(:*******************************************************:)
deep-equal(
(1, 2, 3, remove((current-time(), 4), 1))
[position() ne 0],
(1, 2, 3, 4))