MCPcopy Create free account
hub / github.com/JuliaStrings/utf8proc / main

Function main

test/misc.c:47–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47int 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}

Callers

nothing calls this directly

Calls 5

issue128Function · 0.85
issue102Function · 0.85
issue317Function · 0.85
utf8proc_unicode_versionFunction · 0.85
checkFunction · 0.85

Tested by

no test coverage detected