Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix comment ref to tested v-type |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
425102518744d897c45fede3f0a9e971 |
User & Date: | andreask 2015-07-15 23:30:13 |
Context
2015-07-15
| ||
23:31 | Extended v-type "time" to accept positive integers as seconds in epoch, above iso8601 timestamps. Bumped to version 1.1 check-in: 1f24482658 user: andreask tags: trunk | |
23:30 | Fix comment ref to tested v-type check-in: 4251025187 user: andreask tags: trunk | |
23:29 | Clarify integer offset check-in: 85fb0a7a39 user: andreask tags: trunk | |
Changes
Changes to tests/v_time_minute.test.
1 2 3 4 5 6 7 8 9 10 |
# -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0
# # ## ### ##### ######## ############# #####################
## Testing the cmdr::validate package (sub: posint (integer > 0)).
kt check Tcl 8.5
kt check tcltest 2
kt require support debug
kt require support debug::caller
|
| |
1 2 3 4 5 6 7 8 9 10 |
# -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0
# # ## ### ##### ######## ############# #####################
## Testing the cmdr::validate package (sub: time::minute (from midnight)).
kt check Tcl 8.5
kt check tcltest 2
kt require support debug
kt require support debug::caller
|