]> granicus.if.org Git - neomutt/commit
test: templates for charset functions
authorRichard Russon <rich@flatcap.org>
Sun, 28 Apr 2019 11:37:15 +0000 (12:37 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 30 Apr 2019 09:49:17 +0000 (10:49 +0100)
commita368ac2cb63ce4ece3818340a25ec93e2df5e756
tree9b3076194fb74ba5a06dae72856e89d1dfb03f6e
parente69a7af6cd7f3467fda79e0be758ac43eafc848a
test: templates for charset functions
23 files changed:
.gitignore
test/Makefile.autosetup
test/charset/main.c [new file with mode: 0644]
test/charset/mutt_ch_canonical_charset.c [new file with mode: 0644]
test/charset/mutt_ch_charset_lookup.c [new file with mode: 0644]
test/charset/mutt_ch_check.c [new file with mode: 0644]
test/charset/mutt_ch_check_charset.c [new file with mode: 0644]
test/charset/mutt_ch_choose.c [new file with mode: 0644]
test/charset/mutt_ch_chscmp.c [new file with mode: 0644]
test/charset/mutt_ch_convert_nonmime_string.c [new file with mode: 0644]
test/charset/mutt_ch_convert_string.c [new file with mode: 0644]
test/charset/mutt_ch_fgetconv.c [new file with mode: 0644]
test/charset/mutt_ch_fgetconv_close.c [new file with mode: 0644]
test/charset/mutt_ch_fgetconv_open.c [new file with mode: 0644]
test/charset/mutt_ch_fgetconvs.c [new file with mode: 0644]
test/charset/mutt_ch_get_default_charset.c [new file with mode: 0644]
test/charset/mutt_ch_get_langinfo_charset.c [new file with mode: 0644]
test/charset/mutt_ch_iconv.c [new file with mode: 0644]
test/charset/mutt_ch_iconv_lookup.c [new file with mode: 0644]
test/charset/mutt_ch_iconv_open.c [new file with mode: 0644]
test/charset/mutt_ch_lookup_add.c [new file with mode: 0644]
test/charset/mutt_ch_lookup_remove.c [new file with mode: 0644]
test/charset/mutt_ch_set_charset.c [new file with mode: 0644]