()
| 522 | |
| 523 | #[test] |
| 524 | fn valid_path_specs() { |
| 525 | assert!(SearchTopicSpec::valid_path_spec( |
| 526 | "in:e76a690f-2eb2-45a0-9cbc-5e7d76f92851" |
| 527 | )); |
| 528 | } |
| 529 | |
| 530 | #[test] |
| 531 | fn invalid_path_specs() { |
nothing calls this directly
no outgoing calls
no test coverage detected