MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_inline_diff_empty

Function test_inline_diff_empty

atomic-core/src/diff/inline.rs:998–1002  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

996
997 #[test]
998 fn test_inline_diff_empty() {
999 let diff = compute_inline_diff(b"", b"");
1000 assert!(!diff.has_changes());
1001 assert!(diff.is_unchanged());
1002 }
1003
1004 #[test]
1005 fn test_inline_diff_identical() {

Callers

nothing calls this directly

Calls 1

compute_inline_diffFunction · 0.85

Tested by

no test coverage detected