aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-tests')
-rwxr-xr-xtest/run-tests1
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