MCPcopy Create free account
hub / github.com/bitfield/up2code / diff_matches_indented_code

Function diff_matches_indented_code

src/lib.rs:164–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162
163 #[test]
164 fn diff_matches_indented_code() {
165 let local = "#[test]\nfn foo() {}";
166 let remote = " #[test]\n fn foo() {}\n";
167 assert_eq!(diff(local, remote), None);
168 }
169}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected