cometkim / unicode-segmenter

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

Property based test for spec compliance rather than sanity check #13

Closed cometkim closed 5 months ago

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: 5c407ee862f00ea9e899b7b271e27287621af2b7

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

cometkim commented 5 months ago

There is no such problem in the original library, so it may be a bug I created while porting.

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 (5761f08) to head (5c407ee).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 1341 1362 +21 ========================================= + Hits 1341 1362 +21 ```

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

cometkim commented 5 months ago

Yes PBT did it again