Template:Time-hm2hd

From Ring of Brodgar
Jump to navigation Jump to search


additional spacing effect(1)
21) foo1.5432bar
41) foo12.566666666667bar
additional spacing effect(2)
21) foo1 . 5432bar (ignoring)
41) foo12.566666666667bar (innate to process)
bad any
01) fooNone numeric data! "foobar"bar - (neither hour-float or time code input)
02) fooNone specific format! (Bare integer) "123"bar - (neither proper/specific hour-float or time code input/format)
03) fooNone numeric data! "?"bar - (neither hour-float or time code input)
nem) fooBlankbar - (NoErrorMessage case test)
hour-float - bad
11) fooImproper Hour-Float input! "H.ddd"bar (none numeric value)
12) fooImproper Hour-Float input! "1.2"bar (less than minimum(4) decimal digits specification)
13) fooImproper Hour-Float input! "1.234"bar (less than minimum(1) decimal digits specification)
14) fooImproper Hour-Float input! ".1234"bar (less then 1 digit hour specification)
hour-float - ok
21) foo1.5432bar
22) foo1.23456789bar
23) foo0.1234bar
time-code - bad
31) fooImproper Time-Code input! "HH:MM"bar (none numeric value(s), either HH and/or MM)
32) fooImproper Time-Code input! "1:234"bar (more than 2 digits minutes specification)
33) fooImproper Time-Code input! ":12"bar (less than 1 digit hour specification)
34) fooImproper Time-Code input! "1:"bar (less than 1 digit minute specification)
time-code - ok
41) foo12.566666666667bar
42) foo1.0333333333333bar
44) foo0bar

-->