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 encoding of apostrophes in multiple places #106

Merged
merged 1 commit into from Mar 18, 2022

Conversation

tobiasehlert
Copy link
Member

  • change TibiaDataSanitizeNbspSpaceString to TibiaDataSanitizeStrings
  • running TibiaDataSanitizeEscapedString in TibiaDataSanitizeStrings

fix #103

change TibiaDataSanitizeNbspSpaceString to TibiaDataSanitizeStrings
running TibiaDataSanitizeEscapedString in TibiaDataSanitizeStrings
fix #103
@tobiasehlert tobiasehlert added the go Pull requests that update Go code label Mar 18, 2022
@tobiasehlert tobiasehlert self-assigned this Mar 18, 2022
@sonarcloud
Copy link

sonarcloud bot commented Mar 18, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Mar 18, 2022

Codecov Report

Merging #106 (f14992a) into main (c385c15) will increase coverage by 0.03%.
The diff coverage is 95.45%.

@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
+ Coverage   79.49%   79.53%   +0.03%     
==========================================
  Files          21       21              
  Lines        2638     2643       +5     
==========================================
+ Hits         2097     2102       +5     
  Misses        471      471              
  Partials       70       70              

@tobiasehlert tobiasehlert merged commit 670f838 into main Mar 18, 2022
@tobiasehlert tobiasehlert deleted the fix-encoding-of-apostrophes-in-multiple-places branch March 18, 2022 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

apostrophes in names
1 participant