blob: fb1b86fbb641e7472fcf1bb86991e8a8cf1e974e [file] [log] [blame]
(:*******************************************************:)
(: Test: K-DayTimeDurationMultiply-3 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:36+02:00 :)
(: Purpose: Simple test of multiplying a xs:dayTimeDuration with 0. :)
(:*******************************************************:)
xs:dayTimeDuration("P3DT4H3M3.100S") * 0
eq xs:dayTimeDuration("PT0S")