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

Function test_extract_propline_apostrophe

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

Source from the content-addressed store, hash-verified

120
121 #[test]
122 fn test_extract_propline_apostrophe() {
123 let propline =
124 do_extract("#!/usr/bin/env endbasic\n' endbasic cli: console=sdl\nPRINT 1\n").unwrap();
125 assert_eq!(Some("sdl".to_owned()), propline.console_spec);
126 }
127
128 #[test]
129 fn test_extract_propline_rem_mixed_case() {

Callers

nothing calls this directly

Calls 1

do_extractFunction · 0.85

Tested by

no test coverage detected