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

Function test_generate_diff_delete

atomic-core/src/record/workflow/compare.rs:700–703  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

698
699 #[test]
700 fn test_generate_diff_delete() {
701 let ops = generate_diff(b"old\n", b"", Algorithm::Myers);
702 assert!(!ops.is_empty());
703 }
704
705 #[test]
706 fn test_generate_diff_replace() {

Callers

nothing calls this directly

Calls 1

generate_diffFunction · 0.85

Tested by

no test coverage detected