MCPcopy Index your code
hub / github.com/endbasic/endbasic / test_parse_lang_reference_empty

Function test_parse_lang_reference_empty

std/src/help.rs:651–654  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

parse_lang_referenceFunction · 0.85

Tested by

no test coverage detected