Template:Time-hm2hd
Jump to navigation
Jump to search
- additional spacing effect(1)
- 21) foo
1.5432
bar - 41) foo
12.566666666667
bar
- additional spacing effect(2)
- 21) foo
1 . 5432
bar (ignoring) - 41) foo
12.566666666667
bar (innate to process)
- bad any
- 01) foo
None numeric data! "foobar"
bar - (neither hour-float or time code input) - 02) foo
None specific format! (Bare integer) "123"
bar - (neither proper/specific hour-float or time code input/format) - 03) foo
None numeric data! "?"
bar - (neither hour-float or time code input) - nem) foo
Blank
bar - (NoErrorMessage case test)
- hour-float - bad
- 11) foo
Improper Hour-Float input! "H.ddd"
bar (none numeric value) - 12) foo
Improper Hour-Float input! "1.2"
bar (less than minimum(4) decimal digits specification) - 13) foo
Improper Hour-Float input! "1.234"
bar (less than minimum(1) decimal digits specification) - 14) foo
Improper Hour-Float input! ".1234"
bar (less then 1 digit hour specification)
- hour-float - ok
- 21) foo
1.5432
bar - 22) foo
1.23456789
bar - 23) foo
0.1234
bar
- time-code - bad
- 31) foo
Improper Time-Code input! "HH:MM"
bar (none numeric value(s), either HH and/or MM) - 32) foo
Improper Time-Code input! "1:234"
bar (more than 2 digits minutes specification) - 33) foo
Improper Time-Code input! ":12"
bar (less than 1 digit hour specification) - 34) foo
Improper Time-Code input! "1:"
bar (less than 1 digit minute specification)
- time-code - ok
- 41) foo
12.566666666667
bar - 42) foo
1.0333333333333
bar - 44) foo
0
bar
-->