You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests.push((StatusCode::Pass,None,[(1,"Family Name"),(2,"Bold"),(4,"Family Name Bold"),(16,"Family Name"),(17,"Bold")].to_vec()));
423
-
tests.push((StatusCode::Fail,Some("The following issues have been found:\n\n* Missing required name table entry: FULL_NAME".to_string()),[(1,"Family Name"),(2,"Bold"),(16,"Family Name"),(17,"Bold")].to_vec()));
424
-
tests.push((StatusCode::Fail,Some("The following issues have been found:\n\n* Inconsistent names: Family Name Bold (1 + 2) != Family Name Medium (16 + 17)".to_string()),[(1,"Family Name"),(2,"Bold"),(4,"Family Name Bold"),(16,"Family Name"),(17,"Medium")].to_vec()));
425
-
tests.push((StatusCode::Fail,Some("The following issues have been found:\n\n* Missing required name table entry: TYPOGRAPHIC_SUBFAMILY_NAME".to_string()),[(1,"Family Name"),(2,"Bold"),(4,"Family Name Bold"),(16,"Family Name")].to_vec()));
426
-
tests.push((StatusCode::Fail,Some("The following issues have been found:\n\n* Missing required name table entry: TYPOGRAPHIC_FAMILY_NAME".to_string()),[(1,"Family Name"),(2,"Bold"),(4,"Family Name Bold"),(17,"Bold")].to_vec()));
427
-
tests.push((StatusCode::Fail,Some("The following issues have been found:\n\n* Missing required name table entry: SUBFAMILY_NAME".to_string()),[(1,"Family Name"),(4,"Family Name Bold"),(16,"Family Name"),(17,"Bold")].to_vec()));
428
-
tests.push((StatusCode::Fail,Some("The following issues have been found:\n\n* Missing required name table entry: FAMILY_NAME".to_string()),[(2,"Bold"),(4,"Family Name Bold"),(16,"Family Name"),(17,"Bold")].to_vec()));
429
-
tests.push((StatusCode::Fail,Some("The following issues have been found:\n\n* Inconsistent names: Family Name Condensed Bold (1 + 2) != Family Name Cond Bold (21 + 22)".to_string()),[(1,"Family Name Condensed"),(2,"Bold"),(4,"Family Name Condensed Bold"),(16,"Family Name Condensed"),(17,"Bold"),(21,"Family Name"),(22,"Cond Bold")].to_vec()));
375
+
tests.push((StatusCode::Pass,None,[(1,"Family Name"),(2,"Bold"),(4,"Family Name Bold"),(16,"Family Name"),(17,"Bold"),(21,"Family Name"),(22,"Bold")].to_vec()));
376
+
tests.push((StatusCode::Fail,Some("The following issues have been found:\n\n* Inconsistent names [(3, 1, 1033)]: Family Name Bold (1 + 2) != Family Name Medium (4)".to_string()),[(1,"Family Name"),(2,"Bold"),(4,"Family Name Medium")].to_vec()));
377
+
tests.push((StatusCode::Fail,Some("The following issues have been found:\n\n* Inconsistent names [(3, 1, 1033)]: Family Name Bold (1 + 2) != Family Name Medium (16 + 17)".to_string()),[(1,"Family Name"),(2,"Bold"),(16,"Family Name"),(17,"Medium")].to_vec()));
378
+
tests.push((StatusCode::Fail,Some("The following issues have been found:\n\n* Inconsistent names [(3, 1, 1033)]: Family Name Condensed Bold (1 + 2) != Family Name Cond Bold (21 + 22)".to_string()),[(1,"Family Name Condensed"),(2,"Bold"),(21,"Family Name"),(22,"Cond Bold")].to_vec()));
0 commit comments