cometkim / unicode-segmenter

A lightweight implementation of the Unicode Text Segmentation (UAX #29)
MIT License
50 stars 1 forks source link

Fix `{Extend}`+`{Extended_Pictographic}` sequance #21

Closed cometkim closed 5 months ago

cometkim commented 5 months ago

Counterexample:

Reported from https://github.com/eslint/eslint/pull/18359

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: ca9b0adeff60709166208f1cabe5ed91b11f1cfc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | unicode-segmenter | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (77af2ac) to head (782897e). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #21 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 14 14 Lines 1863 1868 +5 ========================================= + Hits 1863 1868 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.