gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]