()
| 1620 | |
| 1621 | #[test] |
| 1622 | fn last_offset() { |
| 1623 | assert_eq!( |
| 1624 | dom_expr("L-3"), |
| 1625 | Ok(("", DayOfMonthExpr::Last(Last::Offset(e(3))))) |
| 1626 | ) |
| 1627 | } |
| 1628 | |
| 1629 | // a zero offset makes no sense, should just be L |
| 1630 | // a 32 offset will never execute |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…