| 606 | } |
| 607 | |
| 608 | int main() { |
| 609 | test_positions(); |
| 610 | test_json_with_dumped_args_no_args(); |
| 611 | test_json_with_dumped_args(); |
| 612 | test_reasoning(); |
| 613 | test_regex(); |
| 614 | test_deepseek_v3_1_tool_calls(); |
| 615 | std::cout << "All tests passed!\n"; |
| 616 | return 0; |
| 617 | } |
nothing calls this directly
no test coverage detected