[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 07/09: test_str_tokens_remove: test corner cases
From: |
gnunet |
Subject: |
[libmicrohttpd] 07/09: test_str_tokens_remove: test corner cases |
Date: |
Wed, 21 Jul 2021 22:25:26 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit de74ea36ffd4ecb415bfc49146d3da822af13f7b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Jul 21 23:04:40 2021 +0300
test_str_tokens_remove: test corner cases
---
src/microhttpd/test_str_tokens_remove.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/microhttpd/test_str_tokens_remove.c
b/src/microhttpd/test_str_tokens_remove.c
index 757c0237..bc38e2cd 100644
--- a/src/microhttpd/test_str_tokens_remove.c
+++ b/src/microhttpd/test_str_tokens_remove.c
@@ -102,10 +102,10 @@ check_result (void)
errcount += expect_result ("tOkEn", " \t toKEN ", "", true);
errcount += expect_result ("not-token, tOkEn", "token", "not-token",
true);
- errcount += expect_result ("not-token, tOkEn, took", "token",
- "not-token, took",
+ errcount += expect_result ("not-token, tOkEn, toke", "token",
+ "not-token, toke",
true);
- errcount += expect_result ("toll, tOkEn", "token", "toll",
+ errcount += expect_result ("toke, tOkEn", "token", "toke",
true);
errcount += expect_result ("not-token, tOkEn", " \t toKEN", "not-token",
true);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] branch master updated (ecf9dbb6 -> 237aebfa), gnunet, 2021/07/21
- [libmicrohttpd] 01/09: Restructured files in MSVC project, gnunet, 2021/07/21
- [libmicrohttpd] 05/09: mhd_align.h: added support for MSVC compiler, gnunet, 2021/07/21
- [libmicrohttpd] 06/09: mhd_str.h: fixed compilation with MSVC, gnunet, 2021/07/21
- [libmicrohttpd] 04/09: mhd_align.h: fixed copy-paste error, gnunet, 2021/07/21
- [libmicrohttpd] 02/09: MSVC project: defaults to Vista+, gnunet, 2021/07/21
- [libmicrohttpd] 09/09: mhd_str: use smaller include, gnunet, 2021/07/21
- [libmicrohttpd] 03/09: MSVC projects: added missing header, gnunet, 2021/07/21
- [libmicrohttpd] 08/09: test_str_tokens_remove: shut spell checker, gnunet, 2021/07/21
- [libmicrohttpd] 07/09: test_str_tokens_remove: test corner cases,
gnunet <=