()
| 484 | |
| 485 | #[test] |
| 486 | fn into_path_from_str() { |
| 487 | let pred = convert_path("hello\n"); |
| 488 | let case = pred.find_case(false, path::Path::new("tests/fixture/hello.txt")); |
| 489 | println!("Failing case: {case:?}"); |
| 490 | assert!(case.is_none()); |
| 491 | } |
| 492 | } |
nothing calls this directly
no test coverage detected