| 45 | } |
| 46 | |
| 47 | int main(void) |
| 48 | { |
| 49 | issue128(); |
| 50 | issue102(); |
| 51 | issue317(); |
| 52 | #ifdef UNICODE_VERSION |
| 53 | printf("Unicode version: Makefile has %s, has API %s\n", UNICODE_VERSION, utf8proc_unicode_version()); |
| 54 | check(!strcmp(UNICODE_VERSION, utf8proc_unicode_version()), "utf8proc_unicode_version mismatch"); |
| 55 | #endif |
| 56 | printf("Misc tests SUCCEEDED.\n"); |
| 57 | return 0; |
| 58 | } |
nothing calls this directly
no test coverage detected