Skip to content

Commit

Permalink
[tests] Remove invalid tests from collections.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV authored and alerque committed Nov 29, 2024
1 parent 647947f commit 5cf5398
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions tests/shaping/in_house.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1720,34 +1720,6 @@ fn cluster_004() {
);
}

#[test]
fn collections_004() {
assert_eq!(
shape(
"tests/fonts/in-house/TTC.ttc",
"\u{2026}\u{0020}\u{002E}",
"--face-index=0",
),
"ellipsis=0+723|\
space=1+250|\
period=2+241"
);
}

#[test]
fn collections_005() {
assert_eq!(
shape(
"tests/fonts/in-house/TTC.ttc",
"\u{2026}\u{0020}\u{002E}",
"--face-index=1",
),
"ellipsis=0+723|\
space=1+250|\
period=2+241"
);
}

#[test]
fn color_fonts_001() {
assert_eq!(
Expand Down

0 comments on commit 5cf5398

Please sign in to comment.