()
| 737 | |
| 738 | #[test] |
| 739 | fn test_chunk_empty_data() { |
| 740 | let chunks = chunk_content(&[], &ChunkingOptions::default()); |
| 741 | assert!(chunks.is_empty()); |
| 742 | } |
| 743 | |
| 744 | #[test] |
| 745 | fn test_chunk_tiny_data() { |
nothing calls this directly
no test coverage detected