mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 19:42:04 +02:00
unify editorial comments
This commit is contained in:
parent
e7f87c9cb2
commit
fe126f9628
5 changed files with 14 additions and 8 deletions
|
@ -288,7 +288,7 @@ void stress_functions(mrmailbox_t* mailbox)
|
|||
|
||||
str = strdup("this is a little test string");
|
||||
mr_truncate_str(str, 16);
|
||||
assert( strcmp(str, "this is a " MR_ELLIPSE_STR)==0 );
|
||||
assert( strcmp(str, "this is a " MR_EDITORIAL_ELLIPSE)==0 );
|
||||
free(str);
|
||||
|
||||
str = strdup("1234");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue