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

Function test_parse_lang_reference_junk_only

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

Source from the content-addressed store, hash-verified

655
656 #[test]
657 fn test_parse_lang_reference_junk_only() {
658 let content = parse_lang_reference(
659 "# foo
660# bar
661baz",
662 );
663 assert!(content.is_empty());
664 }
665
666 #[test]
667 fn test_parse_lang_reference_one() {

Callers

nothing calls this directly

Calls 1

parse_lang_referenceFunction · 0.85

Tested by

no test coverage detected