()
| 1202 | |
| 1203 | #[test] |
| 1204 | fn step() { |
| 1205 | assert_eq!( |
| 1206 | minutes_expr("0/5"), |
| 1207 | Ok(("", Expr::Many(exprs(vec![s(0, 5)])))) |
| 1208 | ) |
| 1209 | } |
| 1210 | |
| 1211 | #[test] |
| 1212 | fn step_with_star_step() { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…