diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-04 12:31:27 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-04 12:31:27 +0200 |
commit | 2d5d218072575ed19ce7429a0b1a2e601f0c1346 (patch) | |
tree | ed5a78cdc552d944ad43fea2e99306e66f4483ac /test/run-tests | |
parent | de5f416d60f7331b6c86b97ffe5c18176791780f (diff) |
Add tests for u8casefold()
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 82d3e00..f4c53c4 100755 --- a/test/run-tests +++ b/test/run-tests @@ -23,6 +23,7 @@ readonly FLAGS=' download 'auxiliary/GraphemeBreakTest.txt' download 'auxiliary/WordBreakTest.txt' +grep '^[^#]' data/CasefoldTest >casefold.in grep '^[^#]' data/LowercaseTest >lower.in grep '^[^#]' data/TitlecaseTest >title.in grep '^[^#]' data/UppercaseTest >upper.in |