()
| 615 | |
| 616 | #[test] |
| 617 | fn test_build_context_string_empty() { |
| 618 | let context = build_context_string(&[], &[], "test"); |
| 619 | assert!(context.contains("test")); |
| 620 | } |
| 621 | |
| 622 | #[test] |
| 623 | fn test_build_context_string_truncation() { |
nothing calls this directly
no test coverage detected