blob: 71856dc0619f59cb2e4295eb15a3a7767c2d1c4a [file] [log] [blame]
(:*******************************************************:)
(: Test: K-YearMonthDurationGT-3 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: Simple test of 'gt' for xs:yearMonthDuration, evaluating to false. :)
(:*******************************************************:)
not(xs:yearMonthDuration("P1999Y10M") gt
xs:yearMonthDuration("P1999Y11M"))