]> git.mdlowis.com Git - archive/carl.git/commit
Added very crappy, very primitive test case for verifying the is*rune functions behav...
authorMike D. Lowis <mike.lowis@gentex.com>
Tue, 22 Sep 2015 19:54:24 +0000 (15:54 -0400)
committerMike D. Lowis <mike.lowis@gentex.com>
Tue, 22 Sep 2015 19:54:24 +0000 (15:54 -0400)
commita2976d8e80587017dd29a4d8c233e2e8488f348e
treea75157a0ed49b27e3c832b65384f03baec81bee7
parent14c8bd9f1848271f5ab327d92acf9d408349db7a
Added very crappy, very primitive test case for verifying the is*rune functions behave as expected
21 files changed:
build.rb
source/utf/alphas.c
source/utf/controls.c
source/utf/digits.c
source/utf/lowers.c
source/utf/marks.c
source/utf/numbers.c
source/utf/other.c
source/utf/otherletters.c
source/utf/punctuation.c
source/utf/runecmp.c [new file with mode: 0644]
source/utf/spaces.c
source/utf/symbols.c
source/utf/titles.c
source/utf/tolower.c
source/utf/totitle.c
source/utf/toupper.c
source/utf/uppers.c
tests/main.c
tests/utf/test_unicodedata.c [new file with mode: 0644]
tools/unicode.rb