Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_word_diff_str_identical
Function
test_word_diff_str_identical
atomic-core/src/diff/word.rs:1208–1211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1206
1207
#[test]
1208
fn test_word_diff_str_identical() {
1209
let result = word_diff_str(
"same text"
,
"same text"
);
1210
assert!(!result.has_changes());
1211
}
1212
1213
// Edge cases
1214
Callers
nothing calls this directly
Calls
1
word_diff_str
Function · 0.85
Tested by
no test coverage detected