Skip to content

Commit

Permalink
Docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Dec 17, 2024
1 parent 6302ace commit 4446afb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/datetime/src/pattern/names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,20 @@ size_test!(
/// (7, 10, parts::WEEKDAY), // mon
/// (11, 14, Part::ERROR), // M11
/// (11, 14, parts::MONTH), // M11
/// (15, 17, icu::decimal::parts::INTEGER), // 20
/// (15, 17, parts::DAY), // 20
/// (18, 22, icu::decimal::parts::INTEGER), // 2023
/// (18, 22, parts::YEAR), // 2023
/// (23, 25, Part::ERROR), // CE
/// (23, 25, parts::ERA), // CE
/// (29, 31, icu::decimal::parts::INTEGER), // 11
/// (29, 31, parts::HOUR), // 11
/// (32, 34, icu::decimal::parts::INTEGER), // 35
/// (32, 34, parts::MINUTE), // 35
/// (35, 41, parts::SECOND), // 03.000
/// (35, 37, icu::decimal::parts::INTEGER), // 03
/// (37, 38, icu::decimal::parts::DECIMAL), // .
/// (38, 41, icu::decimal::parts::FRACTION), // 000
/// (42, 44, Part::ERROR), // AM
/// (42, 44, parts::DAY_PERIOD), // AM
/// (45, 50, Part::ERROR), // +0000
Expand Down

0 comments on commit 4446afb

Please sign in to comment.