MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / test_msbasic2_extensions

Function test_msbasic2_extensions

tests/extraction_suite/msbasic2.rs:183–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181
182#[test]
183fn test_msbasic2_extensions() {
184 let extractor = MsBasic2Extractor;
185 let exts = extractor.extensions();
186 assert!(exts.contains(&"bas"));
187}
188
189#[test]
190fn test_msbasic2_language_name() {

Callers

nothing calls this directly

Calls 1

extensionsMethod · 0.45

Tested by

no test coverage detected