Skip to content

Commit

Permalink
update changed values
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Sep 4, 2024
1 parent 52bb8f4 commit ba0607f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/datetime/src/format/neo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2661,7 +2661,7 @@ mod tests {
pattern: "<EEEE>",
field_symbol: fields::Weekday::Format,
field_length: FieldLength::Wide,
expected: "<пʼятницю>",
expected: "<пʼятниця>",
},
TestCase {
pattern: "<EEEEE>",
Expand All @@ -2686,7 +2686,7 @@ mod tests {
pattern: "<eeee>",
field_symbol: fields::Weekday::Format,
field_length: FieldLength::Wide,
expected: "<пʼятницю>",
expected: "<пʼятниця>",
},
TestCase {
pattern: "<eeeee>",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/rust/buffer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ fn main() {

let result = formatter.format_to_string(&datetime);

assert_eq!(result, "၂၀၂၂ ဒီ ၂၃ ၁၂:၅၄:၂၉");
assert_eq!(result, "၂၀၂၂ ဒီ ၂၃ ၁၂:၅၄:၂၉");
println!("{result}");
}

0 comments on commit ba0607f

Please sign in to comment.