blob: 1567b031499a77ed6a24f6de53d7d3c51233e6d4 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqDistinctValuesFunc-2 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:40+02:00 :)
(: Purpose: Invoke fn:distinct-values() with a collation argument, although the function does not perform string comparison. For that reason, output is valid as well. :)
(:*******************************************************:)
deep-equal(distinct-values((1, 2, 3), "http://www.example.com/COLLATION/NOT/SUPPORTED"), (1, 2, 3))