diff options
author | Peng Wu <alexepico@gmail.com> | 2019-08-22 15:55:10 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2019-08-22 17:10:44 +0800 |
commit | 4f7d4ba040831c9505fe05534865bee180d4b25e (patch) | |
tree | 85187061907a588b8d589dd7df7b591f839cc8e8 /tests/meson.build | |
parent | f578a7dd599b842b29595ba86a8e3cdf04e9f472 (diff) | |
download | pango-4f7d4ba040831c9505fe05534865bee180d4b25e.tar.gz |
tests: add test-break test case for Thai language
Thai language requires word dictionary from libthai project
for word/sentence breaks.
Adding this test case to check the results of sentence breaks.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index aa4b0c42..4c22c12c 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -89,6 +89,7 @@ test_breaks_data = [ 'breaks/one', 'breaks/two', 'breaks/three', + 'breaks/four', ] test_items_data = [ |