mathiasbynens / he

A robust HTML entity encoder/decoder written in JavaScript.
https://mths.be/he
MIT License
3.45k stars 254 forks source link

two unit test description labels might be incorrect #66

Closed revelt closed 6 years ago

revelt commented 6 years ago

hi guys,

I was reading the unit tests and noticed that two lines have &#xZ in test description labels but should they be &#Z instead (without "x"):

https://github.com/mathiasbynens/he/blob/master/tests/tests.js#L6352 https://github.com/mathiasbynens/he/blob/master/tests/tests.js#L6361

?

cheers, Roy

mathiasbynens commented 6 years ago

Good catch!