merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
321 changed files with 10609 additions and 30751 deletions
Showing only changes of commit 2692f70473 - Show all commits

View File

@@ -19,7 +19,7 @@ message_send(void** state)
"<body>Hi there</body>" "<body>Hi there</body>"
"</message>")); "</message>"));
assert_true(prof_output_regex("me: .+Hi there")); assert_true(prof_output_exact("me: Hi there"));
} }
void void
@@ -48,5 +48,5 @@ message_receive_chatwin(void** state)
"<body>How are you?</body>" "<body>How are you?</body>"
"</message>"); "</message>");
assert_true(prof_output_regex("someuser@chatserv.org/laptop: .+How are you?")); assert_true(prof_output_exact("someuser@chatserv.org/laptop: How are you?"));
} }