Skip to content

Commit

Permalink
update expected unicode_properties version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Sep 11, 2024
1 parent f1ce2fc commit b035eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hb/unicode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ mod tests {
fn check_unicode_version() {
assert_eq!(unicode_bidi_mirroring::UNICODE_VERSION, (15, 1, 0));
assert_eq!(unicode_ccc::UNICODE_VERSION, (15, 0, 0));
assert_eq!(unicode_properties::UNICODE_VERSION, (15, 0, 0));
assert_eq!(unicode_properties::UNICODE_VERSION, (15, 1, 0));
assert_eq!(unicode_script::UNICODE_VERSION, (15, 1, 0));
assert_eq!(crate::hb::unicode_norm::UNICODE_VERSION, (15, 0, 0));
}
Expand Down

0 comments on commit b035eea

Please sign in to comment.