()
| 544 | |
| 545 | #[test] |
| 546 | fn test_c_extensions() { |
| 547 | let extractor = CExtractor; |
| 548 | let exts = extractor.extensions(); |
| 549 | assert!(exts.contains(&"c")); |
| 550 | assert!(exts.contains(&"h")); |
| 551 | } |
| 552 | |
| 553 | #[test] |
| 554 | fn test_c_language_name() { |
nothing calls this directly
no test coverage detected