| 342 | } |
| 343 | |
| 344 | int main() { |
| 345 | test_positions(); |
| 346 | test_json_with_dumped_args_no_args(); |
| 347 | test_json_with_dumped_args(); |
| 348 | test_reasoning(); |
| 349 | test_regex(); |
| 350 | std::cout << "All tests passed!\n"; |
| 351 | return 0; |
| 352 | } |
nothing calls this directly
no test coverage detected