From 851d3e33b5584b7c514f06cf0eab26cffafd702c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 25 Mar 2025 15:06:24 -0600 Subject: [PATCH 1/2] [aots] Fix compile error Also requires https://github.com/adobe-type-tools/aots/pull/5 to be merged. Or if that repo is inactive, we can switch to my fork. --- test/shape/data/aots/hb-aots-tester.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shape/data/aots/hb-aots-tester.cpp b/test/shape/data/aots/hb-aots-tester.cpp index cfec17def..206e0fa62 100644 --- a/test/shape/data/aots/hb-aots-tester.cpp +++ b/test/shape/data/aots/hb-aots-tester.cpp @@ -104,7 +104,7 @@ runTest(const char *testName, features = (hb_feature_t *) malloc (sizeof (*features) * nbSelect); for (int i = 0; i < nbSelect; i++) { - if (select[i] != -1) { + if (select[i] != (unsigned) -1) { features[nbFeatures].tag = HB_TAG('t', 'e', 's', 't'); features[nbFeatures].value = select[i]; features[nbFeatures].start = i; From e16a985798ca7e73cd9db8935587adae3813c797 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 25 Mar 2025 15:14:30 -0600 Subject: [PATCH 2/2] [test/shape/aots] Add directive to run with ot shaper only --- test/shape/data/aots/hb-aots-tester.cpp | 11 +++++++++++ test/shape/data/aots/tests/classdef1.tests | 1 + test/shape/data/aots/tests/classdef1_empty.tests | 1 + test/shape/data/aots/tests/classdef1_multiple.tests | 1 + test/shape/data/aots/tests/classdef1_single.tests | 1 + test/shape/data/aots/tests/classdef2.tests | 1 + test/shape/data/aots/tests/classdef2_empty.tests | 1 + test/shape/data/aots/tests/classdef2_multiple.tests | 1 + test/shape/data/aots/tests/classdef2_single.tests | 1 + test/shape/data/aots/tests/cmap0.tests | 1 + test/shape/data/aots/tests/cmap10.tests | 1 + test/shape/data/aots/tests/cmap12.tests | 1 + test/shape/data/aots/tests/cmap2.tests | 1 + test/shape/data/aots/tests/cmap4.tests | 1 + test/shape/data/aots/tests/cmap6.tests | 1 + test/shape/data/aots/tests/cmap8.tests | 1 + test/shape/data/aots/tests/gpos1_1_lookupflag.tests | 1 + test/shape/data/aots/tests/gpos1_1_simple.tests | 1 + test/shape/data/aots/tests/gpos1_2.tests | 1 + test/shape/data/aots/tests/gpos1_2_lookupflag.tests | 1 + test/shape/data/aots/tests/gpos2_1.tests | 1 + test/shape/data/aots/tests/gpos2_1_lookupflag.tests | 1 + test/shape/data/aots/tests/gpos2_1_next_glyph.tests | 1 + test/shape/data/aots/tests/gpos2_1_simple.tests | 1 + test/shape/data/aots/tests/gpos2_2.tests | 1 + test/shape/data/aots/tests/gpos3.tests | 1 + test/shape/data/aots/tests/gpos3_lookupflag.tests | 1 + test/shape/data/aots/tests/gpos4_lookupflag.tests | 1 + .../data/aots/tests/gpos4_multiple_anchors.tests | 1 + test/shape/data/aots/tests/gpos4_simple.tests | 1 + test/shape/data/aots/tests/gpos5.tests | 1 + test/shape/data/aots/tests/gpos6.tests | 1 + test/shape/data/aots/tests/gpos7_1.tests | 1 + test/shape/data/aots/tests/gpos9.tests | 1 + .../data/aots/tests/gpos_chaining1_boundary.tests | 1 + .../data/aots/tests/gpos_chaining1_lookupflag.tests | 1 + .../aots/tests/gpos_chaining1_multiple_subrules.tests | 1 + .../data/aots/tests/gpos_chaining1_next_glyph.tests | 1 + .../shape/data/aots/tests/gpos_chaining1_simple.tests | 1 + .../data/aots/tests/gpos_chaining1_successive.tests | 1 + .../data/aots/tests/gpos_chaining2_boundary.tests | 1 + .../data/aots/tests/gpos_chaining2_lookupflag.tests | 1 + .../aots/tests/gpos_chaining2_multiple_subrules.tests | 1 + .../data/aots/tests/gpos_chaining2_next_glyph.tests | 1 + .../shape/data/aots/tests/gpos_chaining2_simple.tests | 1 + .../data/aots/tests/gpos_chaining2_successive.tests | 1 + .../data/aots/tests/gpos_chaining3_boundary.tests | 1 + .../data/aots/tests/gpos_chaining3_lookupflag.tests | 1 + .../data/aots/tests/gpos_chaining3_next_glyph.tests | 1 + .../shape/data/aots/tests/gpos_chaining3_simple.tests | 1 + .../data/aots/tests/gpos_chaining3_successive.tests | 1 + .../data/aots/tests/gpos_context1_boundary.tests | 1 + .../data/aots/tests/gpos_context1_expansion.tests | 1 + .../data/aots/tests/gpos_context1_lookupflag.tests | 1 + .../aots/tests/gpos_context1_multiple_subrules.tests | 1 + .../data/aots/tests/gpos_context1_next_glyph.tests | 1 + test/shape/data/aots/tests/gpos_context1_simple.tests | 1 + .../data/aots/tests/gpos_context1_successive.tests | 1 + .../data/aots/tests/gpos_context2_boundary.tests | 1 + .../shape/data/aots/tests/gpos_context2_classes.tests | 1 + .../data/aots/tests/gpos_context2_expansion.tests | 1 + .../data/aots/tests/gpos_context2_lookupflag.tests | 1 + .../aots/tests/gpos_context2_multiple_subrules.tests | 1 + .../data/aots/tests/gpos_context2_next_glyph.tests | 1 + test/shape/data/aots/tests/gpos_context2_simple.tests | 1 + .../data/aots/tests/gpos_context2_successive.tests | 1 + .../data/aots/tests/gpos_context3_boundary.tests | 1 + .../data/aots/tests/gpos_context3_lookupflag.tests | 1 + .../data/aots/tests/gpos_context3_next_glyph.tests | 1 + test/shape/data/aots/tests/gpos_context3_simple.tests | 1 + .../data/aots/tests/gpos_context3_successive.tests | 1 + test/shape/data/aots/tests/gsub1_1_lookupflag.tests | 1 + test/shape/data/aots/tests/gsub1_1_modulo.tests | 1 + test/shape/data/aots/tests/gsub1_1_simple.tests | 1 + test/shape/data/aots/tests/gsub1_2_lookupflag.tests | 1 + test/shape/data/aots/tests/gsub1_2_simple.tests | 1 + test/shape/data/aots/tests/gsub2_1_lookupflag.tests | 1 + .../data/aots/tests/gsub2_1_multiple_sequences.tests | 1 + test/shape/data/aots/tests/gsub2_1_simple.tests | 1 + test/shape/data/aots/tests/gsub3_1_lookupflag.tests | 1 + test/shape/data/aots/tests/gsub3_1_multiple.tests | 1 + test/shape/data/aots/tests/gsub3_1_simple.tests | 1 + test/shape/data/aots/tests/gsub4_1_lookupflag.tests | 1 + .../data/aots/tests/gsub4_1_multiple_ligatures.tests | 1 + .../data/aots/tests/gsub4_1_multiple_ligsets.tests | 1 + test/shape/data/aots/tests/gsub4_1_simple.tests | 1 + test/shape/data/aots/tests/gsub7.tests | 1 + .../data/aots/tests/gsub_chaining1_boundary.tests | 1 + .../data/aots/tests/gsub_chaining1_lookupflag.tests | 1 + .../aots/tests/gsub_chaining1_multiple_subrules.tests | 1 + .../data/aots/tests/gsub_chaining1_next_glyph.tests | 1 + .../shape/data/aots/tests/gsub_chaining1_simple.tests | 1 + .../data/aots/tests/gsub_chaining1_successive.tests | 1 + .../data/aots/tests/gsub_chaining2_boundary.tests | 1 + .../data/aots/tests/gsub_chaining2_lookupflag.tests | 1 + .../aots/tests/gsub_chaining2_multiple_subrules.tests | 1 + .../data/aots/tests/gsub_chaining2_next_glyph.tests | 1 + .../shape/data/aots/tests/gsub_chaining2_simple.tests | 1 + .../data/aots/tests/gsub_chaining2_successive.tests | 1 + .../data/aots/tests/gsub_chaining3_boundary.tests | 1 + .../data/aots/tests/gsub_chaining3_lookupflag.tests | 1 + .../data/aots/tests/gsub_chaining3_next_glyph.tests | 1 + .../shape/data/aots/tests/gsub_chaining3_simple.tests | 1 + .../data/aots/tests/gsub_chaining3_successive.tests | 1 + .../data/aots/tests/gsub_context1_boundary.tests | 1 + .../data/aots/tests/gsub_context1_expansion.tests | 1 + .../data/aots/tests/gsub_context1_lookupflag.tests | 1 + .../aots/tests/gsub_context1_multiple_subrules.tests | 1 + .../data/aots/tests/gsub_context1_next_glyph.tests | 1 + test/shape/data/aots/tests/gsub_context1_simple.tests | 1 + .../data/aots/tests/gsub_context1_successive.tests | 1 + .../data/aots/tests/gsub_context2_boundary.tests | 1 + .../shape/data/aots/tests/gsub_context2_classes.tests | 1 + .../data/aots/tests/gsub_context2_expansion.tests | 1 + .../data/aots/tests/gsub_context2_lookupflag.tests | 1 + .../aots/tests/gsub_context2_multiple_subrules.tests | 1 + .../data/aots/tests/gsub_context2_next_glyph.tests | 1 + test/shape/data/aots/tests/gsub_context2_simple.tests | 1 + .../data/aots/tests/gsub_context2_successive.tests | 1 + .../data/aots/tests/gsub_context3_boundary.tests | 1 + .../data/aots/tests/gsub_context3_lookupflag.tests | 1 + .../data/aots/tests/gsub_context3_next_glyph.tests | 1 + test/shape/data/aots/tests/gsub_context3_simple.tests | 1 + .../data/aots/tests/gsub_context3_successive.tests | 1 + .../data/aots/tests/lookupflag_ignore_attach.tests | 1 + .../data/aots/tests/lookupflag_ignore_base.tests | 1 + .../aots/tests/lookupflag_ignore_combination.tests | 1 + .../data/aots/tests/lookupflag_ignore_ligatures.tests | 1 + .../data/aots/tests/lookupflag_ignore_marks.tests | 1 + test/shape/run-tests.py | 2 +- 130 files changed, 140 insertions(+), 1 deletion(-) diff --git a/test/shape/data/aots/hb-aots-tester.cpp b/test/shape/data/aots/hb-aots-tester.cpp index 206e0fa62..78bd31d81 100644 --- a/test/shape/data/aots/hb-aots-tester.cpp +++ b/test/shape/data/aots/hb-aots-tester.cpp @@ -137,6 +137,14 @@ void printUArray (const char* s, unsigned int *a, int n) printArray (s, (int *) a, n); } +void writeDirective (FILE *file) +{ + fseek (file, 0, SEEK_END); + unsigned file_size = ftell (file); + if (!file_size) + fprintf (file, "@shaper=ot\n"); +} + bool gsub_test(const char *testName, const char *fontfileName, int nbIn, unsigned int *in, @@ -169,6 +177,7 @@ bool gsub_test(const char *testName, char test_name[255]; sprintf (test_name, "../../tests/%.*s.tests", (int) (strrchr (testName, '_') - testName), testName); FILE *tests_file = fopen (test_name, "a+"); + writeDirective (tests_file); if (!ok) fprintf (tests_file, "#"); fprintf (tests_file, "../fonts/%s;--features=\"", fontfileName + 9); for (unsigned int i = 0; i < data.num_features; i++) @@ -248,6 +257,7 @@ bool cmap_test(const char *testName, char test_name[255]; sprintf (test_name, "../../tests/%.*s.tests", (int) (strrchr (testName, '_') - testName), testName); FILE *tests_file = fopen (test_name, "a+"); + writeDirective (tests_file); if (!ok) fprintf (tests_file, "#"); fprintf (tests_file, "../fonts/%s;--features=\"", fontfileName + 9); for (unsigned int i = 0; i < data.num_features; i++) @@ -378,6 +388,7 @@ bool gpos_test(const char *testName, char test_name[255]; sprintf (test_name, "../../tests/%.*s.tests", (int) (strrchr (testName, '_') - testName), testName); FILE *tests_file = fopen (test_name, "a+"); + writeDirective (tests_file); if (!ok) fprintf (tests_file, "#"); fprintf (tests_file, "../fonts/%s;--features=\"", fontfileName + 9); for (unsigned int i = 0; i < data.num_features; i++) diff --git a/test/shape/data/aots/tests/classdef1.tests b/test/shape/data/aots/tests/classdef1.tests index 00b41b92e..8e7bb30e0 100644 --- a/test/shape/data/aots/tests/classdef1.tests +++ b/test/shape/data/aots/tests/classdef1.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/classdef1_font4.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18|19|20|21] diff --git a/test/shape/data/aots/tests/classdef1_empty.tests b/test/shape/data/aots/tests/classdef1_empty.tests index 3167411fb..53aeb67fb 100644 --- a/test/shape/data/aots/tests/classdef1_empty.tests +++ b/test/shape/data/aots/tests/classdef1_empty.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/classdef1_font2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|23|24|25|21] diff --git a/test/shape/data/aots/tests/classdef1_multiple.tests b/test/shape/data/aots/tests/classdef1_multiple.tests index 3bbe70495..e0b68131b 100644 --- a/test/shape/data/aots/tests/classdef1_multiple.tests +++ b/test/shape/data/aots/tests/classdef1_multiple.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/classdef1_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+001A,U+001B,U+001C,U+001D,U+001E,U+001F,U+0020,U+0021,U+0022,U+0023,U+0024;[20|23|24|25|24|26|27|28|28|29|30|31|34|33|34|35|37|38|38|39] diff --git a/test/shape/data/aots/tests/classdef1_single.tests b/test/shape/data/aots/tests/classdef1_single.tests index d15673c16..614839f99 100644 --- a/test/shape/data/aots/tests/classdef1_single.tests +++ b/test/shape/data/aots/tests/classdef1_single.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/classdef2_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|23|24|25|21] diff --git a/test/shape/data/aots/tests/classdef2.tests b/test/shape/data/aots/tests/classdef2.tests index 4fec83921..95f1773b4 100644 --- a/test/shape/data/aots/tests/classdef2.tests +++ b/test/shape/data/aots/tests/classdef2.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/classdef2_font4.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18|19|20|21] diff --git a/test/shape/data/aots/tests/classdef2_empty.tests b/test/shape/data/aots/tests/classdef2_empty.tests index 717636adf..f654cf04f 100644 --- a/test/shape/data/aots/tests/classdef2_empty.tests +++ b/test/shape/data/aots/tests/classdef2_empty.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/classdef2_font2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|23|24|25|21] diff --git a/test/shape/data/aots/tests/classdef2_multiple.tests b/test/shape/data/aots/tests/classdef2_multiple.tests index a69d61318..cad911c26 100644 --- a/test/shape/data/aots/tests/classdef2_multiple.tests +++ b/test/shape/data/aots/tests/classdef2_multiple.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/classdef2_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+001A,U+001B,U+001C,U+001D,U+001E,U+001F,U+0020,U+0021,U+0022,U+0023,U+0024;[20|23|24|25|24|26|27|28|28|29|30|31|34|33|34|35|37|38|38|39] diff --git a/test/shape/data/aots/tests/classdef2_single.tests b/test/shape/data/aots/tests/classdef2_single.tests index d15673c16..614839f99 100644 --- a/test/shape/data/aots/tests/classdef2_single.tests +++ b/test/shape/data/aots/tests/classdef2_single.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/classdef2_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|23|24|25|21] diff --git a/test/shape/data/aots/tests/cmap0.tests b/test/shape/data/aots/tests/cmap0.tests index 83ae1d791..917330c41 100644 --- a/test/shape/data/aots/tests/cmap0.tests +++ b/test/shape/data/aots/tests/cmap0.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/cmap0_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;U+0000,U+0001,U+0033,U+0034,U+0035,U+0036,U+0037,U+FFFF;[0|0|0|17|56|12|0|0] diff --git a/test/shape/data/aots/tests/cmap10.tests b/test/shape/data/aots/tests/cmap10.tests index 9388c057c..93f52ef0d 100644 --- a/test/shape/data/aots/tests/cmap10.tests +++ b/test/shape/data/aots/tests/cmap10.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/cmap10_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;U+0000,U+0001,U+9232,U+109422,U+109423,U+109424,U+109425,U+FFFF;[0|0|0|0|26|27|32|0] ../fonts/cmap10_font2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;U+0000,U+0001,U+0021,U+0022,U+0023,U+0024,U+0025,U+FFFF;[0|0|0|0|0|0|0|0] diff --git a/test/shape/data/aots/tests/cmap12.tests b/test/shape/data/aots/tests/cmap12.tests index 9d9cf14f4..053070624 100644 --- a/test/shape/data/aots/tests/cmap12.tests +++ b/test/shape/data/aots/tests/cmap12.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/cmap12_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;U+0000,U+0001,U+0010,U+101723,U+101724,U+101727,U+101728,U+102522,U+102523,U+102527,U+102528,U+FFFF;[0|0|0|23|24|27|0|0|53|57|0|0] diff --git a/test/shape/data/aots/tests/cmap2.tests b/test/shape/data/aots/tests/cmap2.tests index 2ffc35170..075693338 100644 --- a/test/shape/data/aots/tests/cmap2.tests +++ b/test/shape/data/aots/tests/cmap2.tests @@ -1 +1,2 @@ +@shaper=ot #../fonts/cmap2_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;U+0000,U+0001,U+0033,U+0034,U+0035,U+0036,U+0037,U+8431,U+8432,U+8434,U+9232,U+FFFF;[0|0|0|17|56|12|0|0|20|22|23|0] diff --git a/test/shape/data/aots/tests/cmap4.tests b/test/shape/data/aots/tests/cmap4.tests index 2416afc94..d75718e6f 100644 --- a/test/shape/data/aots/tests/cmap4.tests +++ b/test/shape/data/aots/tests/cmap4.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/cmap4_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;U+0000,U+0001,U+0010,U+0011,U+0012,U+001E,U+001F,U+00C7,U+00C8,U+00CD,U+00D2,U+00D3,U+FFFF;[0|0|0|40|41|53|0|0|256|261|266|0|0] ../fonts/cmap4_font2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;U+0000,U+0001,U+0010,U+0011,U+0012,U+001E,U+001F,U+00C7,U+00C8,U+00CD,U+00D2,U+00D3,U+FFFF;[0|0|0|0|0|0|0|0|0|0|0|0|0] ../fonts/cmap4_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;U+0000,U+0001,U+0010,U+0011,U+0012,U+001E,U+001F,U+00C7,U+00C8,U+00CD,U+00D2,U+00D3,U+FFFF;[0|0|0|0|0|0|0|0|0|0|0|0|65534] diff --git a/test/shape/data/aots/tests/cmap6.tests b/test/shape/data/aots/tests/cmap6.tests index c79d4d859..9d66cf6ca 100644 --- a/test/shape/data/aots/tests/cmap6.tests +++ b/test/shape/data/aots/tests/cmap6.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/cmap6_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;U+0000,U+0001,U+0021,U+0022,U+0023,U+0024,U+0025,U+FFFF;[0|0|0|17|56|12|0|0] ../fonts/cmap6_font2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;U+0000,U+0001,U+0021,U+0022,U+0023,U+0024,U+0025,U+FFFF;[0|0|0|0|0|0|0|0] diff --git a/test/shape/data/aots/tests/cmap8.tests b/test/shape/data/aots/tests/cmap8.tests index 62cd94142..74f2081f2 100644 --- a/test/shape/data/aots/tests/cmap8.tests +++ b/test/shape/data/aots/tests/cmap8.tests @@ -1 +1,2 @@ +@shaper=ot #../fonts/cmap8_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions --font-funcs=ot;U+0000,U+0001,U+0033,U+0034,U+0035,U+0036,U+0037,U+8431,U+8432,U+8434,U+9232,U+109422,U+109423,U+109424,U+109425,U+FFFF;[0|0|0|17|56|12|0|0|20|22|23|0|26|27|32|0] diff --git a/test/shape/data/aots/tests/gpos1_1_lookupflag.tests b/test/shape/data/aots/tests/gpos1_1_lookupflag.tests index 790d9df07..c2f684700 100644 --- a/test/shape/data/aots/tests/gpos1_1_lookupflag.tests +++ b/test/shape/data/aots/tests/gpos1_1_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos1_1_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18@1500,0|19@3000,0|20@4200,0|21@6000,0] diff --git a/test/shape/data/aots/tests/gpos1_1_simple.tests b/test/shape/data/aots/tests/gpos1_1_simple.tests index 013796297..a84b68a36 100644 --- a/test/shape/data/aots/tests/gpos1_1_simple.tests +++ b/test/shape/data/aots/tests/gpos1_1_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gpos1_1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18@1300,0|19@3000,0|20@4300,0|21@6000,0] ../fonts/gpos1_1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18@1500,-200|19@3000,0|20@4500,-200|21@6000,0] ../fonts/gpos1_1_simple_f3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18@1500,0|19@2800,0|20@4300,0|21@5600,0] diff --git a/test/shape/data/aots/tests/gpos1_2.tests b/test/shape/data/aots/tests/gpos1_2.tests index 6dbb577f0..deb2589b1 100644 --- a/test/shape/data/aots/tests/gpos1_2.tests +++ b/test/shape/data/aots/tests/gpos1_2.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos1_2_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18@1300,0|19@3000,0|20@4200,0|21@6000,0] diff --git a/test/shape/data/aots/tests/gpos1_2_lookupflag.tests b/test/shape/data/aots/tests/gpos1_2_lookupflag.tests index 41579a700..2972d758e 100644 --- a/test/shape/data/aots/tests/gpos1_2_lookupflag.tests +++ b/test/shape/data/aots/tests/gpos1_2_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos1_2_font2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18@1500,0|19@3000,0|20@4200,0|21@6000,0] diff --git a/test/shape/data/aots/tests/gpos2_1.tests b/test/shape/data/aots/tests/gpos2_1.tests index bafdc8585..11634c18a 100644 --- a/test/shape/data/aots/tests/gpos2_1.tests +++ b/test/shape/data/aots/tests/gpos2_1.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos2_1_font6.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0011,U+0012,U+0014,U+0011;[17|18@1300,0|19@3000,-100|17@4500,0|18@5700,0|20@7500,-400|17@9000,0] ../fonts/gpos2_1_font7.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0011,U+0012,U+0014,U+0011,U+0015,U+0016,U+0011;[17|18@1300,0|19@3000,-100|17@4500,0|18@5700,0|20@7500,-400|17@9000,0|21@10000,0|22@12000,-600|17@13500,0] diff --git a/test/shape/data/aots/tests/gpos2_1_lookupflag.tests b/test/shape/data/aots/tests/gpos2_1_lookupflag.tests index e9d1babca..0ab5027eb 100644 --- a/test/shape/data/aots/tests/gpos2_1_lookupflag.tests +++ b/test/shape/data/aots/tests/gpos2_1_lookupflag.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos2_1_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0013,U+0014,U+0011,U+0013,U+0012,U+0014,U+0011;[17|19@1300,0|20@3000,-100|17@4500,0|19@5800,0|18@7500,0|20@9000,-100|17@10500,0] ../fonts/gpos2_1_lookupflag_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0013,U+0014,U+0011,U+0013,U+0012,U+0014,U+0011;[17|19@1500,0|20@2800,-100|17@4300,0|19@5800,0|18@7100,0|20@8600,-100|17@10100,0] diff --git a/test/shape/data/aots/tests/gpos2_1_next_glyph.tests b/test/shape/data/aots/tests/gpos2_1_next_glyph.tests index 09b368f33..f3116b526 100644 --- a/test/shape/data/aots/tests/gpos2_1_next_glyph.tests +++ b/test/shape/data/aots/tests/gpos2_1_next_glyph.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos2_1_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0012,U+0012,U+0012,U+0012;[18@-100,0|18@1500,-100|18@2900,0|18@4500,-100] ../fonts/gpos2_1_next_glyph_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0012,U+0012,U+0012,U+0012;[18@-100,0|18@1400,0|18@2900,0|18@4500,0] diff --git a/test/shape/data/aots/tests/gpos2_1_simple.tests b/test/shape/data/aots/tests/gpos2_1_simple.tests index 6c69a94a2..2b8568f9b 100644 --- a/test/shape/data/aots/tests/gpos2_1_simple.tests +++ b/test/shape/data/aots/tests/gpos2_1_simple.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos2_1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0011,U+0012,U+0014;[17|18@1300,0|19@3000,-100|17@4500,0|18@6000,0|20@7500,0] ../fonts/gpos2_1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012;[17|18@1500,0] diff --git a/test/shape/data/aots/tests/gpos2_2.tests b/test/shape/data/aots/tests/gpos2_2.tests index 6a3084c63..8753c0791 100644 --- a/test/shape/data/aots/tests/gpos2_2.tests +++ b/test/shape/data/aots/tests/gpos2_2.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gpos2_2_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0011,U+0012,U+0014;[17|18@1300,0|19@3000,-100|17@4500,0|18@6000,0|20@7500,0] ../fonts/gpos2_2_font2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0013,U+0014,U+0011,U+0013,U+0012,U+0014,U+0011;[17|19@1300,0|20@3000,-100|17@4500,0|19@5800,0|18@7500,0|20@9000,-100|17@10500,0] ../fonts/gpos2_2_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0013,U+0014,U+0011,U+0013,U+0012,U+0014,U+0011;[17|19@1500,0|20@2800,-100|17@4300,0|19@5800,0|18@7100,0|20@8600,-100|17@10100,0] diff --git a/test/shape/data/aots/tests/gpos3.tests b/test/shape/data/aots/tests/gpos3.tests index b7cb57958..c51f9089b 100644 --- a/test/shape/data/aots/tests/gpos3.tests +++ b/test/shape/data/aots/tests/gpos3.tests @@ -1,3 +1,4 @@ +@shaper=ot #../fonts/gpos3_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0011;[17|18@1500,0|19@1599,99|17@4500,0] ../fonts/gpos3_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0011,U+0013,U+0011;[17|18@1500,0|17@3000,0|19@4500,0|17@6000,0] #../fonts/gpos3_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0012,U+0011;[17|18@1500,0|18@1600,100|17@4500,0] diff --git a/test/shape/data/aots/tests/gpos3_lookupflag.tests b/test/shape/data/aots/tests/gpos3_lookupflag.tests index 936d936fe..76f836487 100644 --- a/test/shape/data/aots/tests/gpos3_lookupflag.tests +++ b/test/shape/data/aots/tests/gpos3_lookupflag.tests @@ -1,2 +1,3 @@ +@shaper=ot #../fonts/gpos3_font2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0015,U+0013,U+0011;[17|18@1500,0|21@3000,0|19@1599,99|17@6000,0] #../fonts/gpos3_font2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0015,U+0015,U+0015,U+0013,U+0011;[17|18@1500,0|21@3000,0|21@4500,0|21@6000,0|19@1599,99|17@9000,0] diff --git a/test/shape/data/aots/tests/gpos4_lookupflag.tests b/test/shape/data/aots/tests/gpos4_lookupflag.tests index 5ca6e1a2b..19f844ec3 100644 --- a/test/shape/data/aots/tests/gpos4_lookupflag.tests +++ b/test/shape/data/aots/tests/gpos4_lookupflag.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos4_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0011,U+0013,U+0011;[17|18@1500,0|17@3000,0|19@4500,0|17@4500,0] ../fonts/gpos4_lookupflag_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0011;[17|18@1500,0|19@3000,0|17@3000,0] diff --git a/test/shape/data/aots/tests/gpos4_multiple_anchors.tests b/test/shape/data/aots/tests/gpos4_multiple_anchors.tests index 9eddc026d..9d2957455 100644 --- a/test/shape/data/aots/tests/gpos4_multiple_anchors.tests +++ b/test/shape/data/aots/tests/gpos4_multiple_anchors.tests @@ -1 +1,2 @@ +@shaper=ot #../fonts/gpos4_multiple_anchors_1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0013,U+0014,U+0015,U+0016,U+0012,U+0013,U+0014,U+0015,U+0016;[17|19@-100,-80|20@-1591,-71|21@-3102,-82|22@-4593,-73|18@1500,0|19@1420,-60|20@-71,-51|21@-1582,-62|22@-3073,-53] diff --git a/test/shape/data/aots/tests/gpos4_simple.tests b/test/shape/data/aots/tests/gpos4_simple.tests index 37a63f07c..5ecaf6f69 100644 --- a/test/shape/data/aots/tests/gpos4_simple.tests +++ b/test/shape/data/aots/tests/gpos4_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gpos4_simple_1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0011;[17|18@1500,0|19@1400,-80|17@3000,0] ../fonts/gpos4_simple_1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0011,U+0013,U+0011;[17|17@1500,0|19@3000,0|17@3000,0] ../fonts/gpos4_simple_1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0019,U+0019,U+0013,U+0011;[25|25@1500,0|19@3000,0|17@3000,0] diff --git a/test/shape/data/aots/tests/gpos5.tests b/test/shape/data/aots/tests/gpos5.tests index 85909545c..a8dc313f2 100644 --- a/test/shape/data/aots/tests/gpos5.tests +++ b/test/shape/data/aots/tests/gpos5.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos5_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+001E,U+0013,U+001F,U+0011;[17|18@1500,0|19@1400,-80|17@3000,0] ../fonts/gpos5_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+001E,U+001F,U+0013,U+0011;[17|18@1500,0|19@1401,-79|17@3000,0] diff --git a/test/shape/data/aots/tests/gpos6.tests b/test/shape/data/aots/tests/gpos6.tests index 27a2afa37..ce282bedb 100644 --- a/test/shape/data/aots/tests/gpos6.tests +++ b/test/shape/data/aots/tests/gpos6.tests @@ -1,3 +1,4 @@ +@shaper=ot #../fonts/gpos6_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0011;[17|18@1500,0|19@-100,-80|17@1500,0] ../fonts/gpos6_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0011,U+0013,U+0011;[17|17@1500,0|19@3000,0|17@3000,0] ../fonts/gpos6_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0014,U+0014,U+0013,U+0011;[20|20|19|17] diff --git a/test/shape/data/aots/tests/gpos7_1.tests b/test/shape/data/aots/tests/gpos7_1.tests index 3fb28d8cb..430d0a574 100644 --- a/test/shape/data/aots/tests/gpos7_1.tests +++ b/test/shape/data/aots/tests/gpos7_1.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos7_1_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18@1600,0|19@3200,0|20@4800,0|21@6000,0] ../fonts/gpos7_1_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0011,U+0012,U+0013,U+0011;[17|18@1500,0|17@3000,0|18@4500,0|19@6000,0|17@7500,0] diff --git a/test/shape/data/aots/tests/gpos9.tests b/test/shape/data/aots/tests/gpos9.tests index 84c2d4235..919811633 100644 --- a/test/shape/data/aots/tests/gpos9.tests +++ b/test/shape/data/aots/tests/gpos9.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos9_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18@1300,0|19@3000,0|20@4300,0|21@6000,0] ../fonts/gpos9_font2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+0013,U+0014,U+0015,U+0011;[17|18@1300,0|19@2700,0|20@4300,0|21@5700,0|17@7500,0] diff --git a/test/shape/data/aots/tests/gpos_chaining1_boundary.tests b/test/shape/data/aots/tests/gpos_chaining1_boundary.tests index 2841c31e9..403d623cc 100644 --- a/test/shape/data/aots/tests/gpos_chaining1_boundary.tests +++ b/test/shape/data/aots/tests/gpos_chaining1_boundary.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gpos_chaining1_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3000,0|22@4500,0|23@6000,0|0@7500,0] ../fonts/gpos_chaining1_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4500,0|23@6000,0|0@7500,0] ../fonts/gpos_chaining1_boundary_f3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4500,0|23@6000,0|0@7500,0] diff --git a/test/shape/data/aots/tests/gpos_chaining1_lookupflag.tests b/test/shape/data/aots/tests/gpos_chaining1_lookupflag.tests index 96db43f0f..7c21ef0a9 100644 --- a/test/shape/data/aots/tests/gpos_chaining1_lookupflag.tests +++ b/test/shape/data/aots/tests/gpos_chaining1_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_chaining1_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+005A,U+0015,U+005B,U+0016,U+005C,U+0017,U+005D,U+005E,U+0018,U+005A,U+0019,U+005B,U+001A,U+0000;[0|20@1500,0|90@3000,0|21@3000,0|91@4500,0|22@4500,0|92@6000,0|23@6020,0|93@7500,0|94@7500,0|24@7500,0|90@9000,0|25@9000,0|91@10500,0|26@10500,0|0@12000,0] diff --git a/test/shape/data/aots/tests/gpos_chaining1_multiple_subrules.tests b/test/shape/data/aots/tests/gpos_chaining1_multiple_subrules.tests index e9e747e82..3ca9cb1b4 100644 --- a/test/shape/data/aots/tests/gpos_chaining1_multiple_subrules.tests +++ b/test/shape/data/aots/tests/gpos_chaining1_multiple_subrules.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_chaining1_multiple_subrules_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4500,0|23@6000,0|24@7500,0|0@9000,0|20@10500,0|21@12000,0|22@13520,0|23@15000,0|0@16500,0] ../fonts/gpos_chaining1_multiple_subrules_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3000,0|22@4520,0|23@6000,0|24@7500,0|0@9000,0|20@10500,0|21@12000,0|22@13520,0|23@15000,0|0@16500,0] diff --git a/test/shape/data/aots/tests/gpos_chaining1_next_glyph.tests b/test/shape/data/aots/tests/gpos_chaining1_next_glyph.tests index c11060b37..08ffb5311 100644 --- a/test/shape/data/aots/tests/gpos_chaining1_next_glyph.tests +++ b/test/shape/data/aots/tests/gpos_chaining1_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_chaining1_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4520,0|23@6020,0|0@7500,0] diff --git a/test/shape/data/aots/tests/gpos_chaining1_simple.tests b/test/shape/data/aots/tests/gpos_chaining1_simple.tests index 03b037bd8..3a1805687 100644 --- a/test/shape/data/aots/tests/gpos_chaining1_simple.tests +++ b/test/shape/data/aots/tests/gpos_chaining1_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gpos_chaining1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4520,0|23@6000,0|0@7500,0] ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+001A,U+0000;[0|20@1500,0|21@3000,0|22@4520,0|23@6000,0|24@7500,0|25@9000,0|26@10500,0|0@12000,0] ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+0000,U+0000;[0|20@1500,0|21@3000,0|22@4500,0|23@6000,0|24@7500,0|25@9000,0|0@10500,0|0@12000,0] diff --git a/test/shape/data/aots/tests/gpos_chaining1_successive.tests b/test/shape/data/aots/tests/gpos_chaining1_successive.tests index a86924708..17015173c 100644 --- a/test/shape/data/aots/tests/gpos_chaining1_successive.tests +++ b/test/shape/data/aots/tests/gpos_chaining1_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_chaining1_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0019,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000;[0|25@1500,0|20@3000,0|21@4520,0|22@6020,0|23@7500,0|24@9000,0|0@10500,0] diff --git a/test/shape/data/aots/tests/gpos_chaining2_boundary.tests b/test/shape/data/aots/tests/gpos_chaining2_boundary.tests index 78195fb5f..70e5da7fb 100644 --- a/test/shape/data/aots/tests/gpos_chaining2_boundary.tests +++ b/test/shape/data/aots/tests/gpos_chaining2_boundary.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gpos_chaining2_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3000,0|22@4500,0|23@6000,0|0@7500,0] ../fonts/gpos_chaining2_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4500,0|23@6000,0|0@7500,0] ../fonts/gpos_chaining2_boundary_f3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4500,0|23@6000,0|0@7500,0] diff --git a/test/shape/data/aots/tests/gpos_chaining2_lookupflag.tests b/test/shape/data/aots/tests/gpos_chaining2_lookupflag.tests index 3f2551256..3ea3aabc1 100644 --- a/test/shape/data/aots/tests/gpos_chaining2_lookupflag.tests +++ b/test/shape/data/aots/tests/gpos_chaining2_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_chaining2_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+005A,U+0015,U+005B,U+0016,U+005C,U+0017,U+005D,U+005E,U+0018,U+005A,U+0019,U+005B,U+001A,U+0000;[0|20@1500,0|90@3000,0|21@3000,0|91@4500,0|22@4500,0|92@6000,0|23@6020,0|93@7500,0|94@7500,0|24@7500,0|90@9000,0|25@9000,0|91@10500,0|26@10500,0|0@12000,0] diff --git a/test/shape/data/aots/tests/gpos_chaining2_multiple_subrules.tests b/test/shape/data/aots/tests/gpos_chaining2_multiple_subrules.tests index 066f53fba..d21370bf2 100644 --- a/test/shape/data/aots/tests/gpos_chaining2_multiple_subrules.tests +++ b/test/shape/data/aots/tests/gpos_chaining2_multiple_subrules.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_chaining2_multiple_subrules_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4500,0|23@6000,0|24@7500,0|0@9000,0|20@10500,0|21@12000,0|22@13520,0|23@15000,0|0@16500,0] ../fonts/gpos_chaining2_multiple_subrules_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3000,0|22@4520,0|23@6000,0|24@7500,0|0@9000,0|20@10500,0|21@12000,0|22@13520,0|23@15000,0|0@16500,0] diff --git a/test/shape/data/aots/tests/gpos_chaining2_next_glyph.tests b/test/shape/data/aots/tests/gpos_chaining2_next_glyph.tests index dbb353c27..83f962aa0 100644 --- a/test/shape/data/aots/tests/gpos_chaining2_next_glyph.tests +++ b/test/shape/data/aots/tests/gpos_chaining2_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_chaining2_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4520,0|23@6020,0|0@7500,0] diff --git a/test/shape/data/aots/tests/gpos_chaining2_simple.tests b/test/shape/data/aots/tests/gpos_chaining2_simple.tests index 41303d405..25faa2553 100644 --- a/test/shape/data/aots/tests/gpos_chaining2_simple.tests +++ b/test/shape/data/aots/tests/gpos_chaining2_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gpos_chaining2_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4520,0|23@6000,0|0@7500,0] ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+001A,U+0000;[0|20@1500,0|21@3000,0|22@4520,0|23@6000,0|24@7500,0|25@9000,0|26@10500,0|0@12000,0] ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+0000,U+0000;[0|20@1500,0|21@3000,0|22@4500,0|23@6000,0|24@7500,0|25@9000,0|0@10500,0|0@12000,0] diff --git a/test/shape/data/aots/tests/gpos_chaining2_successive.tests b/test/shape/data/aots/tests/gpos_chaining2_successive.tests index df30a0e95..b86de256b 100644 --- a/test/shape/data/aots/tests/gpos_chaining2_successive.tests +++ b/test/shape/data/aots/tests/gpos_chaining2_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_chaining2_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0019,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000;[0|25@1500,0|20@3000,0|21@4520,0|22@6020,0|23@7500,0|24@9000,0|0@10500,0] diff --git a/test/shape/data/aots/tests/gpos_chaining3_boundary.tests b/test/shape/data/aots/tests/gpos_chaining3_boundary.tests index f93e2e691..ccb5533e7 100644 --- a/test/shape/data/aots/tests/gpos_chaining3_boundary.tests +++ b/test/shape/data/aots/tests/gpos_chaining3_boundary.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gpos_chaining3_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3000,0|22@4500,0|23@6000,0|0@7500,0] ../fonts/gpos_chaining3_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4500,0|23@6000,0|0@7500,0] ../fonts/gpos_chaining3_boundary_f3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4500,0|23@6000,0|0@7500,0] diff --git a/test/shape/data/aots/tests/gpos_chaining3_lookupflag.tests b/test/shape/data/aots/tests/gpos_chaining3_lookupflag.tests index ea0f57eff..f34708240 100644 --- a/test/shape/data/aots/tests/gpos_chaining3_lookupflag.tests +++ b/test/shape/data/aots/tests/gpos_chaining3_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_chaining3_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+005A,U+0015,U+005B,U+0016,U+005C,U+0017,U+005D,U+005E,U+0018,U+005A,U+0019,U+005B,U+001A,U+0000;[0|20@1500,0|90@3000,0|21@3000,0|91@4500,0|22@4500,0|92@6000,0|23@6020,0|93@7500,0|94@7500,0|24@7500,0|90@9000,0|25@9000,0|91@10500,0|26@10500,0|0@12000,0] diff --git a/test/shape/data/aots/tests/gpos_chaining3_next_glyph.tests b/test/shape/data/aots/tests/gpos_chaining3_next_glyph.tests index ea985a6df..763e9e30c 100644 --- a/test/shape/data/aots/tests/gpos_chaining3_next_glyph.tests +++ b/test/shape/data/aots/tests/gpos_chaining3_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_chaining3_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0016,U+0015,U+0016,U+0015,U+0016,U+0015,U+0000;[0|22@1500,0|21@3020,0|22@4500,0|21@6020,0|22@7500,0|21@9000,0|0@10500,0] diff --git a/test/shape/data/aots/tests/gpos_chaining3_simple.tests b/test/shape/data/aots/tests/gpos_chaining3_simple.tests index 648a4d50b..6aa664508 100644 --- a/test/shape/data/aots/tests/gpos_chaining3_simple.tests +++ b/test/shape/data/aots/tests/gpos_chaining3_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gpos_chaining3_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4520,0|23@6000,0|0@7500,0] ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+001A,U+0000;[0|20@1500,0|21@3000,0|22@4520,0|23@6000,0|24@7500,0|25@9000,0|26@10500,0|0@12000,0] ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+0000,U+0000;[0|20@1500,0|21@3000,0|22@4500,0|23@6000,0|24@7500,0|25@9000,0|0@10500,0|0@12000,0] diff --git a/test/shape/data/aots/tests/gpos_chaining3_successive.tests b/test/shape/data/aots/tests/gpos_chaining3_successive.tests index d98d6fed3..bc0173475 100644 --- a/test/shape/data/aots/tests/gpos_chaining3_successive.tests +++ b/test/shape/data/aots/tests/gpos_chaining3_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_chaining3_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0019,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000;[0|25@1500,0|20@3000,0|21@4520,0|22@6020,0|23@7500,0|24@9000,0|0@10500,0] diff --git a/test/shape/data/aots/tests/gpos_context1_boundary.tests b/test/shape/data/aots/tests/gpos_context1_boundary.tests index ea4c3513c..bfaddfd47 100644 --- a/test/shape/data/aots/tests/gpos_context1_boundary.tests +++ b/test/shape/data/aots/tests/gpos_context1_boundary.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_context1_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20@1500,0|20@3000,0|20@4500,0|20@6000,0|20@7500,0|0@9000,0] ../fonts/gpos_context1_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20@1520,0|20@3020,0|20@4520,0|20@6020,0|20@7520,0|0@9000,0] diff --git a/test/shape/data/aots/tests/gpos_context1_expansion.tests b/test/shape/data/aots/tests/gpos_context1_expansion.tests index 63681e91d..6fa87b227 100644 --- a/test/shape/data/aots/tests/gpos_context1_expansion.tests +++ b/test/shape/data/aots/tests/gpos_context1_expansion.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_context1_expansion_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0000;[0|20@1500,0|21@3000,0|22@4500,0|0@6000,0] diff --git a/test/shape/data/aots/tests/gpos_context1_lookupflag.tests b/test/shape/data/aots/tests/gpos_context1_lookupflag.tests index 408284029..bc4b2a99c 100644 --- a/test/shape/data/aots/tests/gpos_context1_lookupflag.tests +++ b/test/shape/data/aots/tests/gpos_context1_lookupflag.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_context1_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|20@1520,0|90@3000,0|21@3020,0|91@4500,0|92@4500,0|22@4520,0|0@6000,0] ../fonts/gpos_context1_lookupflag_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|20@1500,0|90@3000,0|21@3020,0|91@4500,0|92@4500,0|22@4500,0|0@6000,0] diff --git a/test/shape/data/aots/tests/gpos_context1_multiple_subrules.tests b/test/shape/data/aots/tests/gpos_context1_multiple_subrules.tests index 551997be9..52379c360 100644 --- a/test/shape/data/aots/tests/gpos_context1_multiple_subrules.tests +++ b/test/shape/data/aots/tests/gpos_context1_multiple_subrules.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_context1_multiple_subrules_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0000,U+0014,U+0015,U+0000;[0|20@1520,0|21@3000,0|22@4500,0|0@6000,0|20@7500,0|21@9020,0|0@10500,0] ../fonts/gpos_context1_multiple_subrules_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0000,U+0014,U+0015,U+0000;[0|20@1500,0|21@3020,0|22@4500,0|0@6000,0|20@7500,0|21@9020,0|0@10500,0] diff --git a/test/shape/data/aots/tests/gpos_context1_next_glyph.tests b/test/shape/data/aots/tests/gpos_context1_next_glyph.tests index b3d7cf2a0..05dccef06 100644 --- a/test/shape/data/aots/tests/gpos_context1_next_glyph.tests +++ b/test/shape/data/aots/tests/gpos_context1_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_context1_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20@1520,0|20@3000,0|20@4520,0|20@6000,0|20@7500,0|0@9000,0] diff --git a/test/shape/data/aots/tests/gpos_context1_simple.tests b/test/shape/data/aots/tests/gpos_context1_simple.tests index 9b3c28bc3..1f49c0982 100644 --- a/test/shape/data/aots/tests/gpos_context1_simple.tests +++ b/test/shape/data/aots/tests/gpos_context1_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gpos_context1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0000;[0|20@1520,0|21@3020,0|22@4520,0|0@6000,0] ../fonts/gpos_context1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0000,U+0014,U+0015,U+0000;[0|20@1500,0|0@3000,0|20@4500,0|21@6000,0|0@7500,0] ../fonts/gpos_context1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20@1500,0|20@3020,0|20@4500,0|20@6000,0|20@7500,0|0@9000,0] diff --git a/test/shape/data/aots/tests/gpos_context1_successive.tests b/test/shape/data/aots/tests/gpos_context1_successive.tests index 33a8c8067..19899710f 100644 --- a/test/shape/data/aots/tests/gpos_context1_successive.tests +++ b/test/shape/data/aots/tests/gpos_context1_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_context1_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4520,0|23@6000,0|0@7500,0] diff --git a/test/shape/data/aots/tests/gpos_context2_boundary.tests b/test/shape/data/aots/tests/gpos_context2_boundary.tests index d46d96355..f1d2db6db 100644 --- a/test/shape/data/aots/tests/gpos_context2_boundary.tests +++ b/test/shape/data/aots/tests/gpos_context2_boundary.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_context2_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20@1500,0|20@3000,0|20@4500,0|20@6000,0|20@7500,0|0@9000,0] ../fonts/gpos_context2_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20@1520,0|20@3020,0|20@4520,0|20@6020,0|20@7520,0|0@9000,0] diff --git a/test/shape/data/aots/tests/gpos_context2_classes.tests b/test/shape/data/aots/tests/gpos_context2_classes.tests index 77884edd5..d1d342865 100644 --- a/test/shape/data/aots/tests/gpos_context2_classes.tests +++ b/test/shape/data/aots/tests/gpos_context2_classes.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_context2_classes_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+001A,U+001C,U+0018,U+0000,U+0015,U+001B,U+001A,U+0018,U+0000,U+0016,U+001B,U+001A,U+0018;[0|20@1500,0|26@3020,0|28@4500,0|24@6000,0|0@7500,0|21@9000,0|27@10520,0|26@12000,0|24@13500,0|0@15000,0|22@16500,0|27@18000,0|26@19500,0|24@21000,0] ../fonts/gpos_context2_classes_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0016,U+001B,U+001A,U+0018,U+0000,U+0018,U+0018,U+001D,U+0016,U+0000,U+0016,U+001B,U+001A,U+0018;[0|22@1500,0|27@3020,0|26@4500,0|24@6000,0|0@7500,0|24@9000,0|24@10500,0|29@12020,0|22@13500,0|0@15000,0|22@16500,0|27@18020,0|26@19500,0|24@21000,0] diff --git a/test/shape/data/aots/tests/gpos_context2_expansion.tests b/test/shape/data/aots/tests/gpos_context2_expansion.tests index 10ef83ea0..d7b12c523 100644 --- a/test/shape/data/aots/tests/gpos_context2_expansion.tests +++ b/test/shape/data/aots/tests/gpos_context2_expansion.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_context2_expansion_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0000;[0|20@1500,0|21@3000,0|22@4500,0|0@6000,0] diff --git a/test/shape/data/aots/tests/gpos_context2_lookupflag.tests b/test/shape/data/aots/tests/gpos_context2_lookupflag.tests index be7c1f30b..d8ad5d036 100644 --- a/test/shape/data/aots/tests/gpos_context2_lookupflag.tests +++ b/test/shape/data/aots/tests/gpos_context2_lookupflag.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_context2_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|20@1520,0|90@3000,0|21@3020,0|91@4500,0|92@4500,0|22@4520,0|0@6000,0] ../fonts/gpos_context2_lookupflag_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|20@1500,0|90@3000,0|21@3020,0|91@4500,0|92@4500,0|22@4500,0|0@6000,0] diff --git a/test/shape/data/aots/tests/gpos_context2_multiple_subrules.tests b/test/shape/data/aots/tests/gpos_context2_multiple_subrules.tests index 4df79f5a1..29108e86e 100644 --- a/test/shape/data/aots/tests/gpos_context2_multiple_subrules.tests +++ b/test/shape/data/aots/tests/gpos_context2_multiple_subrules.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_context2_multiple_subrules_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0000,U+0014,U+0015,U+0000;[0|20@1520,0|21@3000,0|22@4500,0|0@6000,0|20@7500,0|21@9020,0|0@10500,0] ../fonts/gpos_context2_multiple_subrules_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0000,U+0014,U+0015,U+0000;[0|20@1500,0|21@3020,0|22@4500,0|0@6000,0|20@7500,0|21@9020,0|0@10500,0] diff --git a/test/shape/data/aots/tests/gpos_context2_next_glyph.tests b/test/shape/data/aots/tests/gpos_context2_next_glyph.tests index 501fa8167..e688e8fa3 100644 --- a/test/shape/data/aots/tests/gpos_context2_next_glyph.tests +++ b/test/shape/data/aots/tests/gpos_context2_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_context2_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20@1520,0|20@3000,0|20@4520,0|20@6000,0|20@7500,0|0@9000,0] diff --git a/test/shape/data/aots/tests/gpos_context2_simple.tests b/test/shape/data/aots/tests/gpos_context2_simple.tests index 4922d3e43..3677bcad4 100644 --- a/test/shape/data/aots/tests/gpos_context2_simple.tests +++ b/test/shape/data/aots/tests/gpos_context2_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gpos_context2_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0000;[0|20@1520,0|21@3020,0|22@4520,0|0@6000,0] ../fonts/gpos_context2_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0000,U+0014,U+0015,U+0000;[0|20@1500,0|0@3000,0|20@4500,0|21@6000,0|0@7500,0] ../fonts/gpos_context2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20@1500,0|20@3020,0|20@4500,0|20@6000,0|20@7500,0|0@9000,0] diff --git a/test/shape/data/aots/tests/gpos_context2_successive.tests b/test/shape/data/aots/tests/gpos_context2_successive.tests index 75478b401..fa0ebccb4 100644 --- a/test/shape/data/aots/tests/gpos_context2_successive.tests +++ b/test/shape/data/aots/tests/gpos_context2_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_context2_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4520,0|23@6000,0|0@7500,0] diff --git a/test/shape/data/aots/tests/gpos_context3_boundary.tests b/test/shape/data/aots/tests/gpos_context3_boundary.tests index 02fa35149..78133371d 100644 --- a/test/shape/data/aots/tests/gpos_context3_boundary.tests +++ b/test/shape/data/aots/tests/gpos_context3_boundary.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_context3_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20@1500,0|20@3000,0|20@4500,0|20@6000,0|20@7500,0|0@9000,0] ../fonts/gpos_context3_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20@1520,0|20@3020,0|20@4520,0|20@6020,0|20@7520,0|0@9000,0] diff --git a/test/shape/data/aots/tests/gpos_context3_lookupflag.tests b/test/shape/data/aots/tests/gpos_context3_lookupflag.tests index 39144b0b6..075f188d6 100644 --- a/test/shape/data/aots/tests/gpos_context3_lookupflag.tests +++ b/test/shape/data/aots/tests/gpos_context3_lookupflag.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_context3_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|20@1520,0|90@3000,0|21@3020,0|91@4500,0|92@4500,0|22@4520,0|0@6000,0] ../fonts/gpos_context3_lookupflag_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|20@1500,0|90@3000,0|21@3020,0|91@4500,0|92@4500,0|22@4500,0|0@6000,0] diff --git a/test/shape/data/aots/tests/gpos_context3_next_glyph.tests b/test/shape/data/aots/tests/gpos_context3_next_glyph.tests index 98b40a87f..a8ca21c86 100644 --- a/test/shape/data/aots/tests/gpos_context3_next_glyph.tests +++ b/test/shape/data/aots/tests/gpos_context3_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_context3_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20@1520,0|20@3000,0|20@4520,0|20@6000,0|20@7500,0|0@9000,0] diff --git a/test/shape/data/aots/tests/gpos_context3_simple.tests b/test/shape/data/aots/tests/gpos_context3_simple.tests index 4ac7be648..18f71cade 100644 --- a/test/shape/data/aots/tests/gpos_context3_simple.tests +++ b/test/shape/data/aots/tests/gpos_context3_simple.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gpos_context3_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0000;[0|20@1520,0|21@3020,0|22@4520,0|0@6000,0] ../fonts/gpos_context3_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0000,U+0014,U+0015,U+0000,U+0014,U+0015,U+0016,U+0000;[0|20@1500,0|0@3000,0|20@4500,0|21@6000,0|0@7500,0|20@9020,0|21@10520,0|22@12020,0|0@13500,0] diff --git a/test/shape/data/aots/tests/gpos_context3_successive.tests b/test/shape/data/aots/tests/gpos_context3_successive.tests index a761f3cde..b51ddbd42 100644 --- a/test/shape/data/aots/tests/gpos_context3_successive.tests +++ b/test/shape/data/aots/tests/gpos_context3_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gpos_context3_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20@1500,0|21@3020,0|22@4520,0|23@6000,0|0@7500,0] diff --git a/test/shape/data/aots/tests/gsub1_1_lookupflag.tests b/test/shape/data/aots/tests/gsub1_1_lookupflag.tests index bdb077588..0c1ce2600 100644 --- a/test/shape/data/aots/tests/gsub1_1_lookupflag.tests +++ b/test/shape/data/aots/tests/gsub1_1_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub1_1_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18|24|20|21] diff --git a/test/shape/data/aots/tests/gsub1_1_modulo.tests b/test/shape/data/aots/tests/gsub1_1_modulo.tests index 933a16f6b..cc21929a4 100644 --- a/test/shape/data/aots/tests/gsub1_1_modulo.tests +++ b/test/shape/data/aots/tests/gsub1_1_modulo.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub1_1_modulo_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015,U+0016,U+0017,U+0018;[17|18|17|24|23|18|23|24] diff --git a/test/shape/data/aots/tests/gsub1_1_simple.tests b/test/shape/data/aots/tests/gsub1_1_simple.tests index 038bffc60..5fe3b5708 100644 --- a/test/shape/data/aots/tests/gsub1_1_simple.tests +++ b/test/shape/data/aots/tests/gsub1_1_simple.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub1_1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|23|24|20|21] diff --git a/test/shape/data/aots/tests/gsub1_2_lookupflag.tests b/test/shape/data/aots/tests/gsub1_2_lookupflag.tests index 1ec51696b..19a82742c 100644 --- a/test/shape/data/aots/tests/gsub1_2_lookupflag.tests +++ b/test/shape/data/aots/tests/gsub1_2_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub1_2_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|18|19|25|21] diff --git a/test/shape/data/aots/tests/gsub1_2_simple.tests b/test/shape/data/aots/tests/gsub1_2_simple.tests index 1b6450605..7b0834fe1 100644 --- a/test/shape/data/aots/tests/gsub1_2_simple.tests +++ b/test/shape/data/aots/tests/gsub1_2_simple.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub1_2_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|22|19|25|21] diff --git a/test/shape/data/aots/tests/gsub2_1_lookupflag.tests b/test/shape/data/aots/tests/gsub2_1_lookupflag.tests index 30a988887..312613d75 100644 --- a/test/shape/data/aots/tests/gsub2_1_lookupflag.tests +++ b/test/shape/data/aots/tests/gsub2_1_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub2_1_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0011;[17|18|22|23|17] diff --git a/test/shape/data/aots/tests/gsub2_1_multiple_sequences.tests b/test/shape/data/aots/tests/gsub2_1_multiple_sequences.tests index e14e8bed4..533b0219b 100644 --- a/test/shape/data/aots/tests/gsub2_1_multiple_sequences.tests +++ b/test/shape/data/aots/tests/gsub2_1_multiple_sequences.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub2_1_multiple_sequences_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0011;[17|20|21|22|23|17] diff --git a/test/shape/data/aots/tests/gsub2_1_simple.tests b/test/shape/data/aots/tests/gsub2_1_simple.tests index ca9b85c86..9aa2e2424 100644 --- a/test/shape/data/aots/tests/gsub2_1_simple.tests +++ b/test/shape/data/aots/tests/gsub2_1_simple.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub2_1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013;[17|20|21|22|19] ../fonts/gsub2_1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0012;[17|20|21|22|19|20|21|22] diff --git a/test/shape/data/aots/tests/gsub3_1_lookupflag.tests b/test/shape/data/aots/tests/gsub3_1_lookupflag.tests index 4789bb73a..cfec58a99 100644 --- a/test/shape/data/aots/tests/gsub3_1_lookupflag.tests +++ b/test/shape/data/aots/tests/gsub3_1_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub3_1_lookupflag_f1.otf;--features="-test[4],test[5],test[6]=2,-test[7]" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0012,U+0012,U+0013,U+0013,U+0013,U+0013,U+0011;[17|18|18|18|19|22|23|19|17] diff --git a/test/shape/data/aots/tests/gsub3_1_multiple.tests b/test/shape/data/aots/tests/gsub3_1_multiple.tests index 5f82cce6d..a3ccca940 100644 --- a/test/shape/data/aots/tests/gsub3_1_multiple.tests +++ b/test/shape/data/aots/tests/gsub3_1_multiple.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub3_1_multiple_f1.otf;--features="-test[1],test[2],test[3]=2,-test[4],-test[5],test[6],test[7]=2,-test[8]" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0012,U+0012,U+0012,U+0013,U+0013,U+0013,U+0013,U+0011;[17|18|20|21|18|19|22|23|19|17] diff --git a/test/shape/data/aots/tests/gsub3_1_simple.tests b/test/shape/data/aots/tests/gsub3_1_simple.tests index ee920514b..4359f0ef7 100644 --- a/test/shape/data/aots/tests/gsub3_1_simple.tests +++ b/test/shape/data/aots/tests/gsub3_1_simple.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub3_1_simple_f1.otf;--features="-test[1],test[3],test[5]=2,test[7]=3,-test[9],test[11]" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0011,U+0012,U+0011,U+0012,U+0011,U+0012,U+0011,U+0012,U+0011,U+0012,U+0011;[17|18|17|20|17|21|17|22|17|18|17|20|17] diff --git a/test/shape/data/aots/tests/gsub4_1_lookupflag.tests b/test/shape/data/aots/tests/gsub4_1_lookupflag.tests index e54d9fb56..b56191a79 100644 --- a/test/shape/data/aots/tests/gsub4_1_lookupflag.tests +++ b/test/shape/data/aots/tests/gsub4_1_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub4_1_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0018,U+0012,U+0018,U+0013,U+0018,U+0018,U+0014,U+0018,U+0011,U+0012,U+0013,U+0016,U+0014;[17|24|23|24|24|24|24|17|18|19|22|20] diff --git a/test/shape/data/aots/tests/gsub4_1_multiple_ligatures.tests b/test/shape/data/aots/tests/gsub4_1_multiple_ligatures.tests index c1a82a700..447db5f71 100644 --- a/test/shape/data/aots/tests/gsub4_1_multiple_ligatures.tests +++ b/test/shape/data/aots/tests/gsub4_1_multiple_ligatures.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub4_1_multiple_ligatures_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0011,U+0012,U+0013,U+0016,U+0014;[17|23|17|24|22|20] ../fonts/gsub4_1_multiple_ligatures_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0011,U+0012,U+0013,U+0016,U+0014;[17|24|20|17|24|22|20] diff --git a/test/shape/data/aots/tests/gsub4_1_multiple_ligsets.tests b/test/shape/data/aots/tests/gsub4_1_multiple_ligsets.tests index 58a874f75..84869eeba 100644 --- a/test/shape/data/aots/tests/gsub4_1_multiple_ligsets.tests +++ b/test/shape/data/aots/tests/gsub4_1_multiple_ligsets.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub4_1_multiple_ligsets_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0015,U+0014,U+0013,U+0016;[17|23|21|24|22] diff --git a/test/shape/data/aots/tests/gsub4_1_simple.tests b/test/shape/data/aots/tests/gsub4_1_simple.tests index c5d6e9049..0c34f5f07 100644 --- a/test/shape/data/aots/tests/gsub4_1_simple.tests +++ b/test/shape/data/aots/tests/gsub4_1_simple.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub4_1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0011,U+0012,U+0013,U+0016,U+0014;[17|23|17|18|19|22|20] diff --git a/test/shape/data/aots/tests/gsub7.tests b/test/shape/data/aots/tests/gsub7.tests index c40c3af75..6c2e4ab66 100644 --- a/test/shape/data/aots/tests/gsub7.tests +++ b/test/shape/data/aots/tests/gsub7.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub7_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|23|24|20|21] ../fonts/gsub7_font2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|23|29|20|21] diff --git a/test/shape/data/aots/tests/gsub_chaining1_boundary.tests b/test/shape/data/aots/tests/gsub_chaining1_boundary.tests index 34408ef9a..0a37315aa 100644 --- a/test/shape/data/aots/tests/gsub_chaining1_boundary.tests +++ b/test/shape/data/aots/tests/gsub_chaining1_boundary.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gsub_chaining1_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|21|22|23|0] ../fonts/gsub_chaining1_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|22|23|0] ../fonts/gsub_chaining1_boundary_f3.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|22|23|0] diff --git a/test/shape/data/aots/tests/gsub_chaining1_lookupflag.tests b/test/shape/data/aots/tests/gsub_chaining1_lookupflag.tests index a999517b7..5240522bf 100644 --- a/test/shape/data/aots/tests/gsub_chaining1_lookupflag.tests +++ b/test/shape/data/aots/tests/gsub_chaining1_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_chaining1_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+005A,U+0015,U+005B,U+0016,U+005C,U+0017,U+005D,U+005E,U+0018,U+005A,U+0019,U+005B,U+001A,U+0000;[0|20|90|21|91|22|92|63|93|94|24|90|25|91|26|0] diff --git a/test/shape/data/aots/tests/gsub_chaining1_multiple_subrules.tests b/test/shape/data/aots/tests/gsub_chaining1_multiple_subrules.tests index 39a1564dc..aebcd7ca6 100644 --- a/test/shape/data/aots/tests/gsub_chaining1_multiple_subrules.tests +++ b/test/shape/data/aots/tests/gsub_chaining1_multiple_subrules.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_chaining1_multiple_subrules_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|22|23|24|0|20|21|62|23|0] ../fonts/gsub_chaining1_multiple_subrules_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|21|62|23|24|0|20|21|62|23|0] diff --git a/test/shape/data/aots/tests/gsub_chaining1_next_glyph.tests b/test/shape/data/aots/tests/gsub_chaining1_next_glyph.tests index 859acbab5..e37d4d45d 100644 --- a/test/shape/data/aots/tests/gsub_chaining1_next_glyph.tests +++ b/test/shape/data/aots/tests/gsub_chaining1_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_chaining1_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|62|63|0] diff --git a/test/shape/data/aots/tests/gsub_chaining1_simple.tests b/test/shape/data/aots/tests/gsub_chaining1_simple.tests index 757845dd4..dbe75304f 100644 --- a/test/shape/data/aots/tests/gsub_chaining1_simple.tests +++ b/test/shape/data/aots/tests/gsub_chaining1_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gsub_chaining1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|62|23|0] ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+001A,U+0000;[0|20|21|62|23|24|25|26|0] ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+0000,U+0000;[0|20|21|22|23|24|25|0|0] diff --git a/test/shape/data/aots/tests/gsub_chaining1_successive.tests b/test/shape/data/aots/tests/gsub_chaining1_successive.tests index 80650e2ee..437b10335 100644 --- a/test/shape/data/aots/tests/gsub_chaining1_successive.tests +++ b/test/shape/data/aots/tests/gsub_chaining1_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_chaining1_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0019,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000;[0|25|20|61|63|24|0] diff --git a/test/shape/data/aots/tests/gsub_chaining2_boundary.tests b/test/shape/data/aots/tests/gsub_chaining2_boundary.tests index f7796d8fb..76833de64 100644 --- a/test/shape/data/aots/tests/gsub_chaining2_boundary.tests +++ b/test/shape/data/aots/tests/gsub_chaining2_boundary.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gsub_chaining2_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|21|22|23|0] ../fonts/gsub_chaining2_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|22|23|0] ../fonts/gsub_chaining2_boundary_f3.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|22|23|0] diff --git a/test/shape/data/aots/tests/gsub_chaining2_lookupflag.tests b/test/shape/data/aots/tests/gsub_chaining2_lookupflag.tests index 4296f8ffd..a2ff05ab1 100644 --- a/test/shape/data/aots/tests/gsub_chaining2_lookupflag.tests +++ b/test/shape/data/aots/tests/gsub_chaining2_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_chaining2_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+005A,U+0015,U+005B,U+0016,U+005C,U+0017,U+005D,U+005E,U+0018,U+005A,U+0019,U+005B,U+001A,U+0000;[0|20|90|21|91|22|92|63|93|94|24|90|25|91|26|0] diff --git a/test/shape/data/aots/tests/gsub_chaining2_multiple_subrules.tests b/test/shape/data/aots/tests/gsub_chaining2_multiple_subrules.tests index 47a725cc6..9089cfb80 100644 --- a/test/shape/data/aots/tests/gsub_chaining2_multiple_subrules.tests +++ b/test/shape/data/aots/tests/gsub_chaining2_multiple_subrules.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_chaining2_multiple_subrules_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|22|23|24|0|20|21|62|23|0] ../fonts/gsub_chaining2_multiple_subrules_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|21|62|23|24|0|20|21|62|23|0] diff --git a/test/shape/data/aots/tests/gsub_chaining2_next_glyph.tests b/test/shape/data/aots/tests/gsub_chaining2_next_glyph.tests index f986b4621..c36feb241 100644 --- a/test/shape/data/aots/tests/gsub_chaining2_next_glyph.tests +++ b/test/shape/data/aots/tests/gsub_chaining2_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_chaining2_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|62|63|0] diff --git a/test/shape/data/aots/tests/gsub_chaining2_simple.tests b/test/shape/data/aots/tests/gsub_chaining2_simple.tests index a3c392bb3..74cabfc13 100644 --- a/test/shape/data/aots/tests/gsub_chaining2_simple.tests +++ b/test/shape/data/aots/tests/gsub_chaining2_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gsub_chaining2_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|62|23|0] ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+001A,U+0000;[0|20|21|62|23|24|25|26|0] ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+0000,U+0000;[0|20|21|22|23|24|25|0|0] diff --git a/test/shape/data/aots/tests/gsub_chaining2_successive.tests b/test/shape/data/aots/tests/gsub_chaining2_successive.tests index 609b2fca7..adc0fc9c6 100644 --- a/test/shape/data/aots/tests/gsub_chaining2_successive.tests +++ b/test/shape/data/aots/tests/gsub_chaining2_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_chaining2_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0019,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000;[0|25|20|61|63|24|0] diff --git a/test/shape/data/aots/tests/gsub_chaining3_boundary.tests b/test/shape/data/aots/tests/gsub_chaining3_boundary.tests index ec12f5e7b..c02256c45 100644 --- a/test/shape/data/aots/tests/gsub_chaining3_boundary.tests +++ b/test/shape/data/aots/tests/gsub_chaining3_boundary.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gsub_chaining3_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|21|22|23|0] ../fonts/gsub_chaining3_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|22|23|0] ../fonts/gsub_chaining3_boundary_f3.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|22|23|0] diff --git a/test/shape/data/aots/tests/gsub_chaining3_lookupflag.tests b/test/shape/data/aots/tests/gsub_chaining3_lookupflag.tests index 12632f7a9..2ed763158 100644 --- a/test/shape/data/aots/tests/gsub_chaining3_lookupflag.tests +++ b/test/shape/data/aots/tests/gsub_chaining3_lookupflag.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_chaining3_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+005A,U+0015,U+005B,U+0016,U+005C,U+0017,U+005D,U+005E,U+0018,U+005A,U+0019,U+005B,U+001A,U+0000;[0|20|90|21|91|22|92|63|93|94|24|90|25|91|26|0] diff --git a/test/shape/data/aots/tests/gsub_chaining3_next_glyph.tests b/test/shape/data/aots/tests/gsub_chaining3_next_glyph.tests index 22f7fde2f..8cbae4ec7 100644 --- a/test/shape/data/aots/tests/gsub_chaining3_next_glyph.tests +++ b/test/shape/data/aots/tests/gsub_chaining3_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_chaining3_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0016,U+0015,U+0016,U+0015,U+0016,U+0015,U+0000;[0|22|61|22|61|22|21|0] diff --git a/test/shape/data/aots/tests/gsub_chaining3_simple.tests b/test/shape/data/aots/tests/gsub_chaining3_simple.tests index 8201338f0..6d3bcfae2 100644 --- a/test/shape/data/aots/tests/gsub_chaining3_simple.tests +++ b/test/shape/data/aots/tests/gsub_chaining3_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gsub_chaining3_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|62|23|0] ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+001A,U+0000;[0|20|21|62|23|24|25|26|0] ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0018,U+0019,U+0000,U+0000;[0|20|21|22|23|24|25|0|0] diff --git a/test/shape/data/aots/tests/gsub_chaining3_successive.tests b/test/shape/data/aots/tests/gsub_chaining3_successive.tests index 1776858fc..4e60679c2 100644 --- a/test/shape/data/aots/tests/gsub_chaining3_successive.tests +++ b/test/shape/data/aots/tests/gsub_chaining3_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_chaining3_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0019,U+0014,U+0015,U+0016,U+0017,U+0018,U+0000;[0|25|20|61|63|24|0] diff --git a/test/shape/data/aots/tests/gsub_context1_boundary.tests b/test/shape/data/aots/tests/gsub_context1_boundary.tests index 2244b91c0..ca6ed9838 100644 --- a/test/shape/data/aots/tests/gsub_context1_boundary.tests +++ b/test/shape/data/aots/tests/gsub_context1_boundary.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_context1_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20|20|20|20|20|0] ../fonts/gsub_context1_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|60|60|60|60|60|0] diff --git a/test/shape/data/aots/tests/gsub_context1_expansion.tests b/test/shape/data/aots/tests/gsub_context1_expansion.tests index 98d6f1f99..30e8d4c7b 100644 --- a/test/shape/data/aots/tests/gsub_context1_expansion.tests +++ b/test/shape/data/aots/tests/gsub_context1_expansion.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_context1_expansion_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0000;[0|20|61|62|63|22|0] diff --git a/test/shape/data/aots/tests/gsub_context1_lookupflag.tests b/test/shape/data/aots/tests/gsub_context1_lookupflag.tests index 2795b9df0..c3d703088 100644 --- a/test/shape/data/aots/tests/gsub_context1_lookupflag.tests +++ b/test/shape/data/aots/tests/gsub_context1_lookupflag.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_context1_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|60|90|61|91|92|62|0] ../fonts/gsub_context1_lookupflag_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|20|90|61|91|92|0] diff --git a/test/shape/data/aots/tests/gsub_context1_multiple_subrules.tests b/test/shape/data/aots/tests/gsub_context1_multiple_subrules.tests index 0c3b06d6a..d415cf5cf 100644 --- a/test/shape/data/aots/tests/gsub_context1_multiple_subrules.tests +++ b/test/shape/data/aots/tests/gsub_context1_multiple_subrules.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_context1_multiple_subrules_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0000,U+0014,U+0015,U+0000;[0|60|21|22|0|20|61|0] ../fonts/gsub_context1_multiple_subrules_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0000,U+0014,U+0015,U+0000;[0|20|61|22|0|20|61|0] diff --git a/test/shape/data/aots/tests/gsub_context1_next_glyph.tests b/test/shape/data/aots/tests/gsub_context1_next_glyph.tests index 2b97147fc..c0ea767da 100644 --- a/test/shape/data/aots/tests/gsub_context1_next_glyph.tests +++ b/test/shape/data/aots/tests/gsub_context1_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_context1_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|60|20|60|20|20|0] diff --git a/test/shape/data/aots/tests/gsub_context1_simple.tests b/test/shape/data/aots/tests/gsub_context1_simple.tests index 55ae682b6..c10fc03e6 100644 --- a/test/shape/data/aots/tests/gsub_context1_simple.tests +++ b/test/shape/data/aots/tests/gsub_context1_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gsub_context1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0000;[0|60|61|62|0] ../fonts/gsub_context1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0000,U+0014,U+0015,U+0000;[0|20|0|20|21|0] ../fonts/gsub_context1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20|60|20|20|20|0] diff --git a/test/shape/data/aots/tests/gsub_context1_successive.tests b/test/shape/data/aots/tests/gsub_context1_successive.tests index 9e8793a97..03eef02f6 100644 --- a/test/shape/data/aots/tests/gsub_context1_successive.tests +++ b/test/shape/data/aots/tests/gsub_context1_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_context1_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|63|0] diff --git a/test/shape/data/aots/tests/gsub_context2_boundary.tests b/test/shape/data/aots/tests/gsub_context2_boundary.tests index cd6319b31..a39448613 100644 --- a/test/shape/data/aots/tests/gsub_context2_boundary.tests +++ b/test/shape/data/aots/tests/gsub_context2_boundary.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_context2_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20|20|20|20|20|0] ../fonts/gsub_context2_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|60|60|60|60|60|0] diff --git a/test/shape/data/aots/tests/gsub_context2_classes.tests b/test/shape/data/aots/tests/gsub_context2_classes.tests index b392a8c28..f972ed298 100644 --- a/test/shape/data/aots/tests/gsub_context2_classes.tests +++ b/test/shape/data/aots/tests/gsub_context2_classes.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_context2_classes_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+001A,U+001C,U+0018,U+0000,U+0015,U+001B,U+001A,U+0018,U+0000,U+0016,U+001B,U+001A,U+0018;[0|20|66|28|24|0|21|67|26|24|0|22|27|26|24] ../fonts/gsub_context2_classes_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0016,U+001B,U+001A,U+0018,U+0000,U+0018,U+0018,U+001D,U+0016,U+0000,U+0016,U+001B,U+001A,U+0018;[0|22|67|26|24|0|24|24|69|22|0|22|67|26|24] diff --git a/test/shape/data/aots/tests/gsub_context2_expansion.tests b/test/shape/data/aots/tests/gsub_context2_expansion.tests index b95ee0ac7..bcbafa60e 100644 --- a/test/shape/data/aots/tests/gsub_context2_expansion.tests +++ b/test/shape/data/aots/tests/gsub_context2_expansion.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_context2_expansion_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0000;[0|20|61|62|63|22|0] diff --git a/test/shape/data/aots/tests/gsub_context2_lookupflag.tests b/test/shape/data/aots/tests/gsub_context2_lookupflag.tests index 8c4bbb1d1..a5a50dbb8 100644 --- a/test/shape/data/aots/tests/gsub_context2_lookupflag.tests +++ b/test/shape/data/aots/tests/gsub_context2_lookupflag.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_context2_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|60|90|61|91|92|62|0] ../fonts/gsub_context2_lookupflag_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|20|90|61|91|92|0] diff --git a/test/shape/data/aots/tests/gsub_context2_multiple_subrules.tests b/test/shape/data/aots/tests/gsub_context2_multiple_subrules.tests index 74d248f8b..61c40bd6c 100644 --- a/test/shape/data/aots/tests/gsub_context2_multiple_subrules.tests +++ b/test/shape/data/aots/tests/gsub_context2_multiple_subrules.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_context2_multiple_subrules_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0000,U+0014,U+0015,U+0000;[0|60|21|22|0|20|61|0] ../fonts/gsub_context2_multiple_subrules_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0000,U+0014,U+0015,U+0000;[0|20|61|22|0|20|61|0] diff --git a/test/shape/data/aots/tests/gsub_context2_next_glyph.tests b/test/shape/data/aots/tests/gsub_context2_next_glyph.tests index dbd6f7a0c..405502c8e 100644 --- a/test/shape/data/aots/tests/gsub_context2_next_glyph.tests +++ b/test/shape/data/aots/tests/gsub_context2_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_context2_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|60|20|60|20|20|0] diff --git a/test/shape/data/aots/tests/gsub_context2_simple.tests b/test/shape/data/aots/tests/gsub_context2_simple.tests index f7d6e1017..f5491c066 100644 --- a/test/shape/data/aots/tests/gsub_context2_simple.tests +++ b/test/shape/data/aots/tests/gsub_context2_simple.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/gsub_context2_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0000;[0|60|61|62|0] ../fonts/gsub_context2_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0000,U+0014,U+0015,U+0000;[0|20|0|20|21|0] ../fonts/gsub_context2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20|60|20|20|20|0] diff --git a/test/shape/data/aots/tests/gsub_context2_successive.tests b/test/shape/data/aots/tests/gsub_context2_successive.tests index 7b19b53a1..c88af2ca4 100644 --- a/test/shape/data/aots/tests/gsub_context2_successive.tests +++ b/test/shape/data/aots/tests/gsub_context2_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_context2_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|63|0] diff --git a/test/shape/data/aots/tests/gsub_context3_boundary.tests b/test/shape/data/aots/tests/gsub_context3_boundary.tests index 4a14b1391..ad5610706 100644 --- a/test/shape/data/aots/tests/gsub_context3_boundary.tests +++ b/test/shape/data/aots/tests/gsub_context3_boundary.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_context3_boundary_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|20|20|20|20|20|0] ../fonts/gsub_context3_boundary_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|60|60|60|60|60|0] diff --git a/test/shape/data/aots/tests/gsub_context3_lookupflag.tests b/test/shape/data/aots/tests/gsub_context3_lookupflag.tests index c47ace9e3..3db1e63f4 100644 --- a/test/shape/data/aots/tests/gsub_context3_lookupflag.tests +++ b/test/shape/data/aots/tests/gsub_context3_lookupflag.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_context3_lookupflag_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|60|90|61|91|92|62|0] ../fonts/gsub_context3_lookupflag_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+005A,U+0015,U+005B,U+005C,U+0016,U+0000;[0|20|90|61|91|92|0] diff --git a/test/shape/data/aots/tests/gsub_context3_next_glyph.tests b/test/shape/data/aots/tests/gsub_context3_next_glyph.tests index 15b10fcaa..3810860e4 100644 --- a/test/shape/data/aots/tests/gsub_context3_next_glyph.tests +++ b/test/shape/data/aots/tests/gsub_context3_next_glyph.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_context3_next_glyph_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0014,U+0014,U+0014,U+0014,U+0000;[0|60|20|60|20|20|0] diff --git a/test/shape/data/aots/tests/gsub_context3_simple.tests b/test/shape/data/aots/tests/gsub_context3_simple.tests index 7b9ee74e6..09ec9b5f7 100644 --- a/test/shape/data/aots/tests/gsub_context3_simple.tests +++ b/test/shape/data/aots/tests/gsub_context3_simple.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/gsub_context3_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0000;[0|60|61|62|0] ../fonts/gsub_context3_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0000,U+0014,U+0015,U+0000,U+0014,U+0015,U+0016,U+0000;[0|20|0|20|21|0|60|61|62|0] diff --git a/test/shape/data/aots/tests/gsub_context3_successive.tests b/test/shape/data/aots/tests/gsub_context3_successive.tests index f10a22d1c..d42555a81 100644 --- a/test/shape/data/aots/tests/gsub_context3_successive.tests +++ b/test/shape/data/aots/tests/gsub_context3_successive.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/gsub_context3_successive_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0000,U+0014,U+0015,U+0016,U+0017,U+0000;[0|20|61|63|0] diff --git a/test/shape/data/aots/tests/lookupflag_ignore_attach.tests b/test/shape/data/aots/tests/lookupflag_ignore_attach.tests index 8544114f9..36620950b 100644 --- a/test/shape/data/aots/tests/lookupflag_ignore_attach.tests +++ b/test/shape/data/aots/tests/lookupflag_ignore_attach.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/lookupflag_ignore_attach_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+000A,U+000B,U+000D,U+001A,U+000A;[10|15|10] ../fonts/lookupflag_ignore_attach_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+000A,U+000B,U+0015,U+000D,U+0016,U+0017,U+001D,U+001A,U+000A;[10|15|21|22|23|29|10] ../fonts/lookupflag_ignore_attach_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+000A,U+000B,U+0015,U+000D,U+0016,U+001B,U+001A,U+000A;[10|11|21|13|22|27|26|10] diff --git a/test/shape/data/aots/tests/lookupflag_ignore_base.tests b/test/shape/data/aots/tests/lookupflag_ignore_base.tests index bf4c5cdd3..679d82abe 100644 --- a/test/shape/data/aots/tests/lookupflag_ignore_base.tests +++ b/test/shape/data/aots/tests/lookupflag_ignore_base.tests @@ -1,2 +1,3 @@ +@shaper=ot ../fonts/lookupflag_ignore_base_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0013,U+0014,U+0015;[17|23|21] ../fonts/lookupflag_ignore_base_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+0018,U+0018,U+0013,U+0019,U+0014,U+0015;[17|23|24|24|25|21] diff --git a/test/shape/data/aots/tests/lookupflag_ignore_combination.tests b/test/shape/data/aots/tests/lookupflag_ignore_combination.tests index 062618d4c..e7787d115 100644 --- a/test/shape/data/aots/tests/lookupflag_ignore_combination.tests +++ b/test/shape/data/aots/tests/lookupflag_ignore_combination.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/lookupflag_ignore_combination_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+001A,U+0013,U+0014,U+0015;[17|23|26|21] ../fonts/lookupflag_ignore_combination_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+001A,U+0013,U+0018,U+001E,U+001F,U+0014,U+0015;[17|23|26|24|30|31|21] ../fonts/lookupflag_ignore_combination_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+001A,U+0013,U+0018,U+001E,U+0020,U+0014,U+0015;[17|18|26|19|24|30|32|20|21] diff --git a/test/shape/data/aots/tests/lookupflag_ignore_ligatures.tests b/test/shape/data/aots/tests/lookupflag_ignore_ligatures.tests index ef7e377a3..da0e0c131 100644 --- a/test/shape/data/aots/tests/lookupflag_ignore_ligatures.tests +++ b/test/shape/data/aots/tests/lookupflag_ignore_ligatures.tests @@ -1,3 +1,4 @@ +@shaper=ot ../fonts/lookupflag_ignore_ligatures_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+001A,U+001B,U+0013,U+001B,U+0014,U+0015;[17|23|26|27|27|21] ../fonts/lookupflag_ignore_ligatures_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+001A,U+0018,U+0013,U+001B,U+0014,U+0015;[17|18|26|24|19|27|20|21] ../fonts/lookupflag_ignore_ligatures_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+001A,U+002A,U+0013,U+001B,U+0014,U+0015;[17|18|26|42|19|27|20|21] diff --git a/test/shape/data/aots/tests/lookupflag_ignore_marks.tests b/test/shape/data/aots/tests/lookupflag_ignore_marks.tests index df7faa4d9..844dd65dc 100644 --- a/test/shape/data/aots/tests/lookupflag_ignore_marks.tests +++ b/test/shape/data/aots/tests/lookupflag_ignore_marks.tests @@ -1 +1,2 @@ +@shaper=ot ../fonts/lookupflag_ignore_marks_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names --no-positions;U+0011,U+0012,U+001C,U+001D,U+0013,U+001D,U+0014,U+0015;[17|23|28|29|29|21] diff --git a/test/shape/run-tests.py b/test/shape/run-tests.py index f7639d42b..153960e92 100755 --- a/test/shape/run-tests.py +++ b/test/shape/run-tests.py @@ -165,7 +165,7 @@ for filename in args: consumed = False for what in ["shaper", "face-loader", "font-funcs"]: whats = plural(what) - if line.startswith(whats): + if line.startswith(what) or line.startswith(whats): command, values = line.split("=") values = values.strip().split(",")