blob: 949f9a37a22be5489ba224f73f5ce1d17dcbd825 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-ForExprPositionalVar-9 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: Verify that the position is properly computed for fn:string-to-codepoints(). :)
(:*******************************************************:)
deep-equal((1, 2, 3), for $i at $p in string-to-codepoints("abc") return $p)