You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test.c
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ TEST test_utf8_to_utf32(void) {
69
69
70
70
printf("Did first utf8_to_utf32 test\n");
71
71
72
-
constunsigned char*data_long_str= (unsigned char*)"we on a world tour nous sommes en tournée mondiale мы в мировом турне a wa lori irin-ajo agbaye είμαστε σε παγκόσμια περιοδεία jesteśmy w trasie dookoła świata míele xexeame katã ƒetsaɖiɖi aɖe dzi";
72
+
constunsigned char*data_long_str= (unsigned char*)"we on a world tour nous sommes en tournée mondiale vi er på verdensturné";
73
73
size_tlen_long=strlen((constchar*)data_long_str);
74
74
char*data_long=aligned_malloc(len_long, 32);
75
75
memcpy(data_long, data_long_str, len_long);
@@ -78,16 +78,16 @@ TEST test_utf8_to_utf32(void) {
0 commit comments