[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Mar 1 00:32:14 UTC 2018
test/shaping/data/in-house/fonts/1ed7e9064f008f62de6ff0207bb4dd29409597a5.ttf |binary
test/shaping/data/in-house/tests/use-syllable.tests | 1 +
test/shaping/record-test.sh | 2 +-
3 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit bcf578fefe6d7af0a962329ceb9989ce61ec467d
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Feb 28 16:31:46 2018 -0800
[test] Add test suite for Brahmi Number Joiners
https://github.com/harfbuzz/harfbuzz/pull/660
diff --git a/test/shaping/data/in-house/fonts/1ed7e9064f008f62de6ff0207bb4dd29409597a5.ttf b/test/shaping/data/in-house/fonts/1ed7e9064f008f62de6ff0207bb4dd29409597a5.ttf
new file mode 100644
index 00000000..200afb36
Binary files /dev/null and b/test/shaping/data/in-house/fonts/1ed7e9064f008f62de6ff0207bb4dd29409597a5.ttf differ
diff --git a/test/shaping/data/in-house/tests/use-syllable.tests b/test/shaping/data/in-house/tests/use-syllable.tests
index 213b848b..5d2fab39 100644
--- a/test/shaping/data/in-house/tests/use-syllable.tests
+++ b/test/shaping/data/in-house/tests/use-syllable.tests
@@ -5,3 +5,4 @@
../fonts/074a5ae6b19de8f29772fdd5df2d3d833f81f5e6.ttf:--no-glyph-names:U+11320,U+20F0,U+11367:[3=0+502|1=0 at 33,0+0|4=0 at 300,8+0]
../fonts/373e67bf41ca264e260a9716162b71a23549e885.ttf:--no-glyph-names:U+A8AC,U+A8B4,U+A8B5:[2=0+377|3=0+242|4=0+210]
../fonts/59a585a63b3df608fbeef00956c8c108deec7de6.ttf:--no-glyph-names:U+1BC7,U+1BEA,U+1BF3:[1=0+749|2=0+402|4=0+535|3=0+401]
+../fonts/1ed7e9064f008f62de6ff0207bb4dd29409597a5.ttf::U+11064,U+1107F,U+11052,U+11065,U+1107F,U+11053:[brm_num100.1=0+2224|brm_num1000.2=3+1834]
diff --git a/test/shaping/record-test.sh b/test/shaping/record-test.sh
index 8ce1653d..f31d30ba 100755
--- a/test/shaping/record-test.sh
+++ b/test/shaping/record-test.sh
@@ -16,7 +16,7 @@ if test "x${fontfile:0:1}" == 'x-'; then
fi
shift
if ! echo "$hb_shape" | grep -q 'hb-shape'; then
- echo "Specify hb-shape (not hb-view, etc)." >&2
+ echo "Specify hb-shape (not hb-view, etc): got "$hb_shape"." >&2
exit 1
fi
options=
More information about the HarfBuzz
mailing list