-
Notifications
You must be signed in to change notification settings - Fork 89
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
Conversation
There was a problem hiding this 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 <[email protected]>
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!! |
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.