mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 12:50:36 +00:00
fix(tests): "Sun" -> "Paz"
This commit is contained in:
parent
96589fa5eb
commit
b349835e86
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ fn format_tr_naive() {
|
||||||
assert_eq!(dt.formatl("%r", locale).to_string(), "12:34:60 AM");
|
assert_eq!(dt.formatl("%r", locale).to_string(), "12:34:60 AM");
|
||||||
|
|
||||||
// date & time specifiers
|
// date & time specifiers
|
||||||
assert_eq!(dt.formatl("%c", locale).to_string(), "Sun Tem 8 00:34:60 2001");
|
assert_eq!(dt.formatl("%c", locale).to_string(), "Paz Tem 8 00:34:60 2001");
|
||||||
// assert_eq!(dt.formatl("%+", locale).to_string(), "2001-07-08T00:34:60.026490708+09:30");
|
// assert_eq!(dt.formatl("%+", locale).to_string(), "2001-07-08T00:34:60.026490708+09:30");
|
||||||
assert_eq!(dt.formatl("%s", locale).to_string(), "994552499");
|
assert_eq!(dt.formatl("%s", locale).to_string(), "994552499");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue