| 36 |
36 |
| 37 #ifdef __cplusplus |
37 #ifdef __cplusplus |
| 38 extern "C" { |
38 extern "C" { |
| 39 #endif |
39 #endif |
| 40 |
40 |
| 41 UCX_TEST(test_util_uri_escape_alphanum); |
41 CX_TEST(test_util_uri_escape_alphanum); |
| 42 UCX_TEST(test_util_uri_escape_space); |
42 CX_TEST(test_util_uri_escape_space); |
| 43 UCX_TEST(test_util_uri_escape_latin); |
43 CX_TEST(test_util_uri_escape_latin); |
| 44 UCX_TEST(test_util_uri_escape_kanji); |
44 CX_TEST(test_util_uri_escape_kanji); |
| 45 |
45 |
| 46 #ifdef __cplusplus |
46 #ifdef __cplusplus |
| 47 } |
47 } |
| 48 #endif |
48 #endif |
| 49 |
49 |