Skip to content

Commit

Permalink
amend to test clock-59.2: cover free-scan too
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres committed Oct 29, 2024
1 parent c4539d7 commit bcc7336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/clock.test
Original file line number Diff line number Diff line change
Expand Up @@ -36939,9 +36939,10 @@ test clock-59.2 {correct time zone names, format and scan back, bug and regressi
} {
set v [clock format $base -timezone Etc/GMT-2 -format "%Y-%m-%d %H:%M:%S %Z"]
lappend result [expr {[set t [clock scan $v -format "%Y-%m-%d %H:%M:%S %Z"]] == $base ? 1 : "0 ($t != $base for $v)"}]
lappend result [expr {[set t [clock scan $v]] == $base ? 1 : "0 ($t != $base for $v)"}]
}
set result
} [lrepeat 6 1]
} [lrepeat 12 1]

# case-insensitive matching of weekday and month names [Bug 1781282]

Expand Down

0 comments on commit bcc7336

Please sign in to comment.