()
| 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() { |
nothing calls this directly
no test coverage detected