py-pdf / pypdf

A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
https://pypdf.readthedocs.io/en/latest/
Other
8.43k stars 1.42k forks source link

BUG: Fixed reference of value with str.__new__ in TextStringObject #2952

Open thomas-forte opened 1 week ago

thomas-forte commented 1 week ago

based on comments from #2949

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 96.36%. Comparing base (5587414) to head (945a2a4). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2952 +/- ## ======================================= Coverage 96.36% 96.36% ======================================= Files 52 52 Lines 8745 8745 Branches 1589 1589 ======================================= Hits 8427 8427 Misses 190 190 Partials 128 128 ```

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


🚨 Try these New Features:

stefan6419846 commented 1 week ago

Could you please add a test which shows why this change is necessary?