blob: 0d8d2d000a1fab0457d43db853468645e47b7f01 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-DayTimeDurationMultiply-5 :)
(: 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") * xs:double("-0")
eq xs:dayTimeDuration("PT0S")