From da875fcb62c801b8d19b3d4d984ad963574fb356 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 2 Mar 2023 21:01:10 +0100 Subject: Adding upstream version 1.6.0. Signed-off-by: Daniel Baumann --- tests/input/ligatures.feax | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/input/ligatures.feax (limited to 'tests/input/ligatures.feax') diff --git a/tests/input/ligatures.feax b/tests/input/ligatures.feax new file mode 100644 index 0000000..b4c8f43 --- /dev/null +++ b/tests/input/ligatures.feax @@ -0,0 +1,12 @@ + +baseClass a @TOP_1; +baseClass fi @BOTTOM_1; +baseClass fi @BOTTOM_2; +markClass acute @TOP; +markClass circumflex @BOTTOM; + +feature test { + pos ligature [a fi] @BOTTOM_1 mark @BOTTOM @TOP_1 mark @TOP + ligComponent @BOTTOM_2 mark @BOTTOM; +} test; + -- cgit v1.2.3