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

Function test_gwbasic_extensions

tests/extraction_suite/gwbasic.rs:205–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203
204#[test]
205fn test_gwbasic_extensions() {
206 let extractor = GwBasicExtractor;
207 let exts = extractor.extensions();
208 assert!(exts.contains(&"gw"));
209}
210
211#[test]
212fn test_gwbasic_language_name() {

Callers

nothing calls this directly

Calls 1

extensionsMethod · 0.45

Tested by

no test coverage detected