mathiasbynens / punycode.js

A robust Punycode converter that fully complies to RFC 3492 and RFC 5891.
https://mths.be/punycode
MIT License
1.6k stars 159 forks source link

Improve code coverage #14

Closed mathiasbynens closed 11 years ago

mathiasbynens commented 11 years ago

Not all lines are covered at the moment. Let’s find out if this is because of a missing test, or because of redundant code.