diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-04 01:50:09 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-04 01:50:09 +0200 |
commit | ba56b5fa8344847077b49268d2ab215f3e73d10e (patch) | |
tree | ffcb52ba22c5f1d154d76184c542b3e13971153f /test/run-tests | |
parent | cc49c8c0f7791c38f578a1698f3e7a6cc4ed630e (diff) |
Add tests for u8title() and fix ‘ς’ bug
Diffstat (limited to 'test/run-tests')
-rwxr-xr-x | test/run-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run-tests b/test/run-tests index 1d6cf56..f191c33 100755 --- a/test/run-tests +++ b/test/run-tests @@ -24,6 +24,7 @@ download 'auxiliary/GraphemeBreakTest.txt' download 'auxiliary/WordBreakTest.txt' grep '^[^#]' data/LowercaseTest >lower.in +grep '^[^#]' data/TitlecaseTest >title.in grep '^[^#]' data/UppercaseTest >upper.in sed -En 's/\s+//g; s/÷?#.*//g; /./p' data/GraphemeBreakTest >gnext.in sed -En 's/\s+//g; s/÷?#.*//g; /./p' data/WordBreakTest >wnext.in |