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

Function test_case_insensitive

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

Source from the content-addressed store, hash-verified

224
225 #[test]
226 fn test_case_insensitive() {
227 let result = match_substring_in("/HELP", COMMAND_SPECS);
228 assert_eq!(result.len(), 1);
229 assert_eq!(result[0].name, "/help");
230 }
231}

Callers

nothing calls this directly

Calls 1

match_substring_inFunction · 0.85

Tested by

no test coverage detected