Skip to content

Commit 54fb914

Browse files
committed
add more tests for specific situations
1 parent 60fff57 commit 54fb914

File tree

1,577 files changed

+2997
-68727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,577 files changed

+2997
-68727
lines changed

tests/kern_ignored_groups.fea

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# PS Name: SourceSerif4-Regular
2+
# MinKern: +/- 3 inclusive
3+
4+
@MMK_L_LAT_ABC = [A B C];
5+
@MMK_R_LAT_ABC = [A B C];
6+
7+
# glyph, glyph exceptions:
8+
pos A A 20;
9+
pos A B 0;
10+
pos A C 25;
11+
pos B A -10;
12+
pos B B 5;
13+
pos B C -25;
14+
pos C A 15;
15+
pos C B -50;
16+
pos C C 5;
17+
pos D A 20;
18+
pos D B 10;
19+
pos D C -5;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>.notdef</key>
6+
<string>_notdef.glif</string>
7+
<key>A</key>
8+
<string>A_.glif</string>
9+
<key>B</key>
10+
<string>B_.glif</string>
11+
<key>C</key>
12+
<string>C_.glif</string>
13+
<key>D</key>
14+
<string>D_.glif</string>
15+
<key>space</key>
16+
<string>space.glif</string>
17+
</dict>
18+
</plist>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>color</key>
6+
<string>1,0,1,0.7</string>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)