diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-04 00:19:07 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-04 00:19:07 +0200 |
commit | 0453dab3f45494ab949748ccc720605d6a6e831a (patch) | |
tree | 2beb2924896ba29c1327a4aff670156a7aedff55 /test/gen-test-data | |
parent | 1b068cedf3c113f27121182b29e096ccb3e1b9c1 (diff) |
Add tests for u8upper()
Diffstat (limited to 'test/gen-test-data')
-rwxr-xr-x | test/gen-test-data | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gen-test-data b/test/gen-test-data index b9932ae..2f9e5a2 100755 --- a/test/gen-test-data +++ b/test/gen-test-data @@ -12,5 +12,6 @@ download() download 'auxiliary/GraphemeBreakTest.txt' download 'auxiliary/WordBreakTest.txt' +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 |