| 19 | }; |
| 20 | |
| 21 | TEST_F(CodeHandlerTest, testProcessTextEmpty) |
| 22 | { |
| 23 | EXPECT_EQ(CodeHandler::processText("", "/file.py"), "\n\n"); |
| 24 | } |
| 25 | |
| 26 | TEST_F(CodeHandlerTest, testProcessTextWithLanguageCodeBlock) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected