MCPcopy Create free account
hub / github.com/GCWing/BitFun / test_no_match

Function test_no_match

src/apps/cli/src/commands.rs:214–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

match_substring_inFunction · 0.85

Tested by

no test coverage detected