mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2025-04-10 21:20:53 +01:00
fix test
This commit is contained in:
parent
a13a1372e9
commit
ac24e908ff
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ fn format_it() {
|
|||
assert_eq!(dt.formatl("%D", locale).to_string(), "07/08/01");
|
||||
assert_eq!(dt.formatl("%x", locale).to_string(), "07/08/01");
|
||||
assert_eq!(dt.formatl("%F", locale).to_string(), "2001-07-08");
|
||||
assert_eq!(dt.formatl("%v", locale).to_string(), " 8-Temmuz-2001");
|
||||
assert_eq!(dt.formatl("%v", locale).to_string(), " 8-Tem-2001");
|
||||
|
||||
// time specifiers
|
||||
assert_eq!(dt.formatl("%H", locale).to_string(), "00");
|
||||
|
|
Loading…
Add table
Reference in a new issue