()
| 407 | |
| 408 | #[test] |
| 409 | fn empty_text() { |
| 410 | let chunks = chunk_text("", 10, 0, ChunkStrategy::Character).unwrap(); |
| 411 | assert!(chunks.is_empty()); |
| 412 | } |
| 413 | |
| 414 | #[test] |
| 415 | fn text_smaller_than_chunk() { |
nothing calls this directly
no test coverage detected