We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647947f commit 5cf5398Copy full SHA for 5cf5398
tests/shaping/in_house.rs
@@ -1720,34 +1720,6 @@ fn cluster_004() {
1720
);
1721
}
1722
1723
-#[test]
1724
-fn collections_004() {
1725
- assert_eq!(
1726
- shape(
1727
- "tests/fonts/in-house/TTC.ttc",
1728
- "\u{2026}\u{0020}\u{002E}",
1729
- "--face-index=0",
1730
- ),
1731
- "ellipsis=0+723|\
1732
- space=1+250|\
1733
- period=2+241"
1734
- );
1735
-}
1736
-
1737
1738
-fn collections_005() {
1739
1740
1741
1742
1743
- "--face-index=1",
1744
1745
1746
1747
1748
1749
1750
1751
#[test]
1752
fn color_fonts_001() {
1753
assert_eq!(
0 commit comments