blob: 673cedfdce7213f766229d4008bd0f1c41ae179d [file] [log] [blame]
(:*******************************************************:)
(: Test: K-DateTimeSubtractYMD-1 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:36+02:00 :)
(: Purpose: Simple testing involving operator '-' between xs:dateTime and xs:yearMonthDuration that evaluates to zero. :)
(:*******************************************************:)
xs:dateTime("1999-07-19T08:23:01.765")
- xs:yearMonthDuration("P3Y35M") eq xs:dateTime("1993-08-19T08:23:01.765")