| 996 | } |
| 997 | |
| 998 | TEST(Core, CharString) |
| 999 | { |
| 1000 | UT_MEM_CHECK_INIT(); |
| 1001 | |
| 1002 | test_char(); |
| 1003 | test(); |
| 1004 | test_2(); |
| 1005 | test_3(); |
| 1006 | test_U(); |
| 1007 | test_U_2(); |
| 1008 | test_U_3(); |
| 1009 | test_list(); |
| 1010 | test_list_2(); |
| 1011 | test_printf(); |
| 1012 | test_hex(); |
| 1013 | text_utf16(); |
| 1014 | text_cp866(); |
| 1015 | text_cp1251(); |
| 1016 | test_cpp14(); |
| 1017 | test_move(); |
| 1018 | |
| 1019 | UT_MEM_CHECK(); |
| 1020 | } |
| 1021 | |
| 1022 | UT_END(); |
nothing calls this directly
no test coverage detected