blob: 7d34ff1705ef513fa204e3354a02d2c82e9635f8 [file] [log] [blame]
(:*******************************************************:)
(: Test: fn-indexof-mix-args-015.xq :)
(: Written By: Pulkita Tyagi :)
(: Date: Thu May 12 23:20:25 2005 :)
(: Purpose: arg1: Sequence of negativeInteger, arg2: negativeInteger :)
(:***********************************************************************:)
fn:index-of((xs:negativeInteger('-2'), xs:negativeInteger('-1')), fn:exactly-one(xs:negativeInteger('-1')))