MCPcopy Create free account
hub / github.com/endbasic/endbasic / test_extract_propline_ignores_unrelated_comment

Function test_extract_propline_ignores_unrelated_comment

cli/src/propline.rs:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134
135 #[test]
136 fn test_extract_propline_ignores_unrelated_comment() {
137 let propline = do_extract("#!/usr/bin/env endbasic\nREM regular comment\n").unwrap();
138 assert_eq!(PropLine::default(), propline);
139 }
140
141 #[test]
142 fn test_extract_propline_errors_on_bad_prefix() {

Callers

nothing calls this directly

Calls 1

do_extractFunction · 0.85

Tested by

no test coverage detected