Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add idna_unicode_version and make_unicode_version functions #27

Merged
merged 2 commits into from
Nov 11, 2023

Conversation

rmisev
Copy link
Member

@rmisev rmisev commented Nov 10, 2023

They are used in wpt-url.cpp to run IdnaTestV2.json tests only if the IDNA library supports Unicode 13.0 or later (e.g. is ICU 66.1 or later).

They are used in wpt-url.cpp to run IdnaTestV2.json tests only if the
IDNA library supports Unicode 13.0 or later (e.g. is ICU 66.1 or later).
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (58abe59) 99.73% compared to head (a750f96) 99.73%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   99.73%   99.73%           
=======================================
  Files          15       16    +1     
  Lines        2223     2228    +5     
=======================================
+ Hits         2217     2222    +5     
  Misses          6        6           
Files Coverage Δ
include/upa/url_idna.h 100.00% <100.00%> (ø)
src/url_idna.cpp 94.00% <100.00%> (+0.38%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rmisev rmisev merged commit a750f96 into main Nov 11, 2023
21 checks passed
@rmisev rmisev deleted the unicode-ver branch November 11, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant