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

Function test_extract_propline_rem_mixed_case

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

Source from the content-addressed store, hash-verified

127
128 #[test]
129 fn test_extract_propline_rem_mixed_case() {
130 let propline =
131 do_extract("#!/usr/bin/env endbasic\nReM endbasic cli: console=sdl:fs\n").unwrap();
132 assert_eq!(Some("sdl:fs".to_owned()), propline.console_spec);
133 }
134
135 #[test]
136 fn test_extract_propline_ignores_unrelated_comment() {

Callers

nothing calls this directly

Calls 1

do_extractFunction · 0.85

Tested by

no test coverage detected