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

Function test_split_lines_empty

atomic-core/src/diff/split.rs:523–526  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

521
522 #[test]
523 fn test_split_lines_empty() {
524 let lines = split_lines(b"");
525 assert!(lines.is_empty());
526 }
527
528 #[test]
529 fn test_last_line_marked() {

Callers

nothing calls this directly

Calls 1

split_linesFunction · 0.85

Tested by

no test coverage detected