Skip to content

Commit

Permalink
asas
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed Jun 14, 2020
1 parent ee3042f commit 028b0e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ufo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,10 @@ mod tests {
Some(vec![IntegerOrFloat::from(80), IntegerOrFloat::from(90)])
);

let lib_data = font.lib.unwrap();
assert_eq!(lib_data.keys().collect::<Vec<&String>>(), vec!["org.robofab.testFontLibData"]);
assert_eq!(
font.lib.unwrap().keys().collect::<Vec<&String>>(),
vec!["org.robofab.testFontLibData"]
);

assert_eq!(
font.features.unwrap(),
Expand Down

0 comments on commit 028b0e8

Please # to comment.