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

fix: filename with comma #660

Merged
merged 8 commits into from
Jan 24, 2024
Merged

fix: filename with comma #660

merged 8 commits into from
Jan 24, 2024

Conversation

rofe
Copy link
Contributor

@rofe rofe commented Jan 20, 2024

Fix #658

Copy link

codecov bot commented Jan 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5533e2e) 90.37% compared to head (397dbae) 90.58%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #660      +/-   ##
==========================================
+ Coverage   90.37%   90.58%   +0.21%     
==========================================
  Files           6        6              
  Lines        5483     5490       +7     
==========================================
+ Hits         4955     4973      +18     
+ Misses        528      517      -11     

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

@rofe rofe requested a review from tripodsan January 22, 2024 07:59
@flx-sta
Copy link

flx-sta commented Jan 23, 2024

@rofe does this also cover filenames with a . (dot) in it?

@rofe
Copy link
Contributor Author

rofe commented Jan 23, 2024

@rofe does this also cover filenames with a . (dot) in it?

@felix-staud Good catch! Fixed and added a test for that as well.

@rofe rofe merged commit 5d7130b into main Jan 24, 2024
5 checks passed
@rofe rofe deleted the issue-658 branch January 24, 2024 07:23
rofe pushed a commit that referenced this pull request Jan 24, 2024
## [6.40.3](v6.40.2...v6.40.3) (2024-01-24)

### Bug Fixes

* sharepoint filenames with comma and dot ([#660](#660)) ([5d7130b](5d7130b))
@trieloff
Copy link
Contributor

🎉 This PR is included in version 6.40.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The URL gets trunctated when there is a comma in the document filename when the copy URL function is used
4 participants