From: "René Scharfe" <l.s.r@web.de>
To: Git List <git@vger.kernel.org>
Cc: Junio C Hamano <gitster@pobox.com>,
Masahiro Yamada <masahiroy@kernel.org>
Subject: [PATCH 0/3] test-ctype: test all classifiers
Date: Sat, 11 Feb 2023 14:04:52 +0100 [thread overview]
Message-ID: <06da58d6-6aae-7b1d-6ce6-f07d27f05d97@web.de> (raw)
Add tests to cover the remaining character class test functions.
test-ctype: test isascii
test-ctype: test islower and isupper
test-ctype: test iscntrl, ispunct, isxdigit and isprint
t/helper/test-ctype.c | 36 ++++++++++++++++++++++++++++++++++--
1 file changed, 34 insertions(+), 2 deletions(-)
--
2.39.1
next reply other threads:[~2023-02-11 13:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-11 13:04 René Scharfe [this message]
2023-02-11 13:12 ` [PATCH 1/3] test-ctype: test isascii René Scharfe
2023-02-11 19:48 ` Junio C Hamano
2023-02-12 9:48 ` René Scharfe
2023-02-13 3:39 ` Junio C Hamano
2023-02-13 18:37 ` René Scharfe
2023-02-13 19:02 ` Junio C Hamano
2023-02-11 13:12 ` [PATCH 2/3] test-ctype: test islower and isupper René Scharfe
2023-02-11 13:12 ` [PATCH 3/3] test-ctype: test iscntrl, ispunct, isxdigit and isprint René Scharfe
2023-02-13 21:08 ` [PATCH v2 0/3] test-ctype: test all classifiers René Scharfe
2023-02-13 21:09 ` [PATCH v2 1/3] test-ctype: test isascii René Scharfe
2023-02-13 21:10 ` [PATCH v2 2/3] test-ctype: test islower and isupper René Scharfe
2023-02-13 21:12 ` [PATCH v2 3/3] test-ctype: test iscntrl, ispunct, isxdigit and isprint René Scharfe
2023-02-13 21:59 ` [PATCH v2 0/3] test-ctype: test all classifiers Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=06da58d6-6aae-7b1d-6ce6-f07d27f05d97@web.de \
--to=l.s.r@web.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=masahiroy@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).