update test

This commit is contained in:
rolux 2013-04-26 12:26:19 +02:00
parent 53239d4cd1
commit 2968d7b79a

View file

@ -110,8 +110,8 @@ Ox.pad = function(string, position, length, padding) {
/*@
Ox.parseDuration <f> Takes a formatted duration, returns seconds
> Ox.parseDuration('01:02:03')
3723
> Ox.parseDuration('01:02:03.04')
3723.04
> Ox.parseDuration('3')
3
> Ox.parseDuration('2:')