| 1400 | }; |
| 1401 | |
| 1402 | peg_test_builder peg_tester::test(const std::string & input) { |
| 1403 | return peg_test_builder(*this, input); |
| 1404 | } |
| 1405 | |
| 1406 | static void test_msgs_oaicompat_json_conversion() { |
| 1407 | LOG_DBG("%s\n", __func__); |
no test coverage detected