Skip to content

Commit 5cf5398

Browse files
LaurenzValerque
authored andcommitted
[tests] Remove invalid tests from collections.tests
1 parent 647947f commit 5cf5398

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

tests/shaping/in_house.rs

-28
Original file line numberDiff line numberDiff line change
@@ -1720,34 +1720,6 @@ fn cluster_004() {
17201720
);
17211721
}
17221722

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-
#[test]
1738-
fn collections_005() {
1739-
assert_eq!(
1740-
shape(
1741-
"tests/fonts/in-house/TTC.ttc",
1742-
"\u{2026}\u{0020}\u{002E}",
1743-
"--face-index=1",
1744-
),
1745-
"ellipsis=0+723|\
1746-
space=1+250|\
1747-
period=2+241"
1748-
);
1749-
}
1750-
17511723
#[test]
17521724
fn color_fonts_001() {
17531725
assert_eq!(

0 commit comments

Comments
 (0)