int main (void) { _test_https_uri(); _test_to_long_uri(); _test_exact_uri(); _test_exact_text(); _test_other_lang_text(); return 0; }
int main (void) { _test_https_uri(); _test_to_long_uri(); _test_exact_uri(); _test_exact_text(); _test_other_lang_text(); _test_uri_without_identifier(); return 0; }