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

Function test_tokenize_empty_content

atomic-repository/src/semantic_regen.rs:806–809  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

804
805 #[test]
806 fn test_tokenize_empty_content() {
807 let ops = tokenize_content_for_display("empty.txt", b"", Encoding::Utf8);
808 assert_eq!(ops.path(), "empty.txt");
809 }
810
811 #[test]
812 fn test_tokenize_single_line() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected