summaryrefslogtreecommitdiff
path: root/test/shaping/Makefile.am
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-01-18 22:48:13 +0200
committerBehdad Esfahbod <behdad@behdad.org>2017-01-18 12:48:13 -0800
commit2452543fdd383e62b8c4bc44b11bfd6796fc9963 (patch)
tree9358c3be248a0646fe66c9fce121615409ce97c3 /test/shaping/Makefile.am
parent1337428e4f8a2a4c78312c581bf4e96cd49d783f (diff)
downloadharfbuzz-2452543fdd383e62b8c4bc44b11bfd6796fc9963.tar.gz
[ot] Fix automatic fraction for RTL scripts (#405)
The numbers for right-to-left scripts are processed also from right to left, so the order of applying “numr” and “dnom” features should be reversed in such case. Fixes https://github.com/behdad/harfbuzz/issues/395
Diffstat (limited to 'test/shaping/Makefile.am')
-rw-r--r--test/shaping/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am
index f2bb95bd..ea0b28a7 100644
--- a/test/shaping/Makefile.am
+++ b/test/shaping/Makefile.am
@@ -43,6 +43,7 @@ CLEANFILES += \
TESTS = \
tests/arabic-fallback-shaping.tests \
tests/arabic-feature-order.tests \
+ tests/automatic-fractions.tests \
tests/cluster.tests \
tests/color-fonts.tests \
tests/context-matching.tests \