()
| 212 | |
| 213 | #[test] |
| 214 | fn test_no_match() { |
| 215 | let result = match_substring_in("/zzz", COMMAND_SPECS); |
| 216 | assert!(result.is_empty()); |
| 217 | } |
| 218 | |
| 219 | #[test] |
| 220 | fn test_slash_only_returns_empty() { |
nothing calls this directly
no test coverage detected