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

test European HTML entities #86

Merged
merged 5 commits into from Jul 3, 2020
Merged

Conversation

brodybits
Copy link
Member

@brodybits brodybits commented Jul 3, 2020

The immediate purpose is to add test coverage for the entityMap entries that are affected by PR #84. This should give us some extra confidence that PR #84 really does not break anything and increase the mutation score a very little bit.

It would be nice to continue adding test coverage for more European and other international entities in lib/entities.js, which should increase the mutation score even further, someday.

P.S. The downside is that this would become one more thing to be reworked when moving from vows to something more current such as Jest.

test/html/normalize.vows.js Outdated Show resolved Hide resolved
Copy link
Member

@karfau karfau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides adding all variantions I'm aware of, I like this minimal addition to the existing test suite.

Co-authored-by: Christian Bewernitz <coder@karfau.de>
@brodybits brodybits changed the title test some European HTML entities test European HTML entities Jul 3, 2020
test/html/normalize.vows.js Outdated Show resolved Hide resolved
@brodybits brodybits merged commit fb40cca into master Jul 3, 2020
@brodybits brodybits deleted the test-some-euro-html-entities branch July 3, 2020 06:51
@brodybits
Copy link
Member Author

Unfortunately this merge did not go right for me.

I meant to merge this in a single squash commit, which is what I normally do, but it ended up making a merge commit which leaves a little bit of a mess in the git commit history. I did see a message that the head had changed, with a button to try again. After I clicked the button to try again then it did merge, in a merge commit. Argh!!

This was referenced Mar 13, 2021
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.

None yet

2 participants