test/shaping/data/in-house/Makefile.sources | 1 + test/shaping/data/in-house/fonts/3c96e7a303c58475a8c750bf4289bbe73784f37d.ttf |binary test/shaping/data/in-house/tests/use-indic3.tests | 1 + test/shaping/record-test.sh | 5 +++-- 4 files changed, 5 insertions(+), 2 deletions(-)
New commits: commit 788e1478557603d30966f12449eef0d0bd51c880 Author: Behdad Esfahbod <[email protected]> Date: Thu Oct 11 19:24:52 2018 -0400 [test] Add test for USE indic3 diff --git a/test/shaping/data/in-house/Makefile.sources b/test/shaping/data/in-house/Makefile.sources index f2402740..e66f0a65 100644 --- a/test/shaping/data/in-house/Makefile.sources +++ b/test/shaping/data/in-house/Makefile.sources @@ -46,6 +46,7 @@ TESTS = \ tests/tibetan-contractions-2.tests \ tests/tibetan-vowels.tests \ tests/use.tests \ + tests/use-indic3.tests \ tests/use-marchen.tests \ tests/use-syllable.tests \ tests/variations-rvrn.tests \ diff --git a/test/shaping/data/in-house/fonts/3c96e7a303c58475a8c750bf4289bbe73784f37d.ttf b/test/shaping/data/in-house/fonts/3c96e7a303c58475a8c750bf4289bbe73784f37d.ttf new file mode 100644 index 00000000..cebd3757 Binary files /dev/null and b/test/shaping/data/in-house/fonts/3c96e7a303c58475a8c750bf4289bbe73784f37d.ttf differ diff --git a/test/shaping/data/in-house/tests/use-indic3.tests b/test/shaping/data/in-house/tests/use-indic3.tests new file mode 100644 index 00000000..8c3ae139 --- /dev/null +++ b/test/shaping/data/in-house/tests/use-indic3.tests @@ -0,0 +1 @@ +../fonts/3c96e7a303c58475a8c750bf4289bbe73784f37d.ttf::U+0C95,U+0CCD,U+0CB0:[uni0C95=0+1176|uni0CB0_uni0CCD.blwf=0+275] commit a11972787a2a90b541f92cc56bb885859390a0c0 Author: Behdad Esfahbod <[email protected]> Date: Thu Oct 11 19:23:36 2018 -0400 Minor diff --git a/test/shaping/record-test.sh b/test/shaping/record-test.sh index 93ebcfc9..4ab74f0f 100755 --- a/test/shaping/record-test.sh +++ b/test/shaping/record-test.sh @@ -3,8 +3,9 @@ dir=`mktemp -d` out=/dev/stdout -if test "x${1:0:3}" == 'x-o='; then - out=${1:3} +if test "x$1" == 'x-o'; then + shift + out=$1 shift fi hb_shape=$1 _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
