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

Function test_word_diff_str

atomic-core/src/diff/word.rs:1202–1205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1200
1201 #[test]
1202 fn test_word_diff_str() {
1203 let result = word_diff_str("hello world", "hello there");
1204 assert!(result.has_changes());
1205 }
1206
1207 #[test]
1208 fn test_word_diff_str_identical() {

Callers

nothing calls this directly

Calls 1

word_diff_strFunction · 0.85

Tested by

no test coverage detected