()
| 649 | |
| 650 | #[test] |
| 651 | fn test_parse_lang_reference_empty() { |
| 652 | let content = parse_lang_reference(""); |
| 653 | assert!(content.is_empty()); |
| 654 | } |
| 655 | |
| 656 | #[test] |
| 657 | fn test_parse_lang_reference_junk_only() { |
nothing calls this directly
no test coverage detected