diff options
Diffstat (limited to 'tests/exslt/date/seconds.1.xml')
-rw-r--r-- | tests/exslt/date/seconds.1.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exslt/date/seconds.1.xml b/tests/exslt/date/seconds.1.xml index 24d58fb2..6e33f5c8 100644 --- a/tests/exslt/date/seconds.1.xml +++ b/tests/exslt/date/seconds.1.xml @@ -10,6 +10,8 @@ <date duration="P0Y0M31DT10H10M10.09S"/> <date duration="-P0Y0M31DT10H10M10.09S"/> <date duration="PT100H100M100.001S"/> + <date duration="PT10H10M.5S"/> + <date duration="PT10H10M5.S"/> <!-- date/times --> <date duration="2001"/> <date duration="2001-10-29T10:31:07"/> |