blob: 76fff054e71ad9a0ef8b69cda270a52542437a00 [file] [log] [blame]
(:*******************************************************:)
(: Test: K2-SeqMAXFunc-1 :)
(: Written by: Frans Englich :)
(: Date: 2006-08-04T17:13:26Z :)
(: Purpose: Invoke fn:max() on two identical xs:anyURI values. :)
(:*******************************************************:)
max((xs:anyURI("http://example.com/A"), xs:anyURI("http://example.com/A")))
eq xs:anyURI("http://example.com/A")