Go to the source code of this file.
Macros | |
| #define | CHECK_THROW(x, msg) |
| #define | CHECK_NO_THROW(x, msg) |
Functions | |
| int | main () |
Variables | |
| static int | error_count = 0 |
| json | schema_with_format |
| #define CHECK_NO_THROW | ( | x, | |
| msg ) |
Definition at line 23 of file issue-117-format-error.cpp.
| #define CHECK_THROW | ( | x, | |
| msg ) |
Definition at line 9 of file issue-117-format-error.cpp.
| int main | ( | void | ) |
Definition at line 54 of file issue-117-format-error.cpp.
References error_count, nlohmann::json_schema::json_validator::json_validator(), schema_with_format, nlohmann::json_schema::json_validator::set_root_schema(), and nlohmann::json_schema::json_validator::validate().
|
static |
Definition at line 7 of file issue-117-format-error.cpp.
Referenced by main().
| json schema_with_format |
Definition at line 42 of file issue-117-format-error.cpp.
Referenced by main().