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

HTML escape and unescape normalizer. Fixes #104 #117

Merged
merged 1 commit into from
Jun 25, 2023
Merged

HTML escape and unescape normalizer. Fixes #104 #117

merged 1 commit into from
Jun 25, 2023

Conversation

cinar
Copy link
Owner

@cinar cinar commented Jun 25, 2023

Describe Request

HTML escape and unescape normalizer.

Fixes #104

Change Type

Normalizer added.

@codecov
Copy link

codecov bot commented Jun 25, 2023

Codecov Report

Merging #117 (88cbdf3) into main (4bf287b) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #117   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        31    +2     
  Lines          599       615   +16     
=========================================
+ Hits           599       615   +16     
Impacted Files Coverage Δ
checker.go 100.00% <ø> (ø)
html_escape.go 100.00% <100.00%> (ø)
html_unescape.go 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cinar cinar merged commit 6be9761 into main Jun 25, 2023
5 checks passed
@cinar cinar deleted the issue-110 branch June 25, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTML escape and unescape normalizer.
1 participant