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