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

Function test_extract_propline_no_shebang

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

Source from the content-addressed store, hash-verified

114
115 #[test]
116 fn test_extract_propline_no_shebang() {
117 let propline = do_extract("PRINT \"hello\"\n").unwrap();
118 assert_eq!(PropLine::default(), propline);
119 }
120
121 #[test]
122 fn test_extract_propline_apostrophe() {

Callers

nothing calls this directly

Calls 1

do_extractFunction · 0.85

Tested by

no test coverage detected