()
| 572 | |
| 573 | #[test] |
| 574 | fn start_year() { |
| 575 | let id = TimerangePrefix::new(Some("START_YEAR"), valid_date()); |
| 576 | assert_eq!(id.format("a"), "2000 a"); |
| 577 | } |
| 578 | |
| 579 | #[test] |
| 580 | fn start_year_month() { |
nothing calls this directly
no test coverage detected