mikemaccana / whois-json

Whois with results in actual, structured, camelCased JavaScript!
61 stars 34 forks source link

Fix issue when looking up .asia from whois.nic.asia. #30

Open alanktso opened 3 years ago

alanktso commented 3 years ago

Fix issue when looking up .asia from whois.nic.asia. Avoid removing \r\n from "Key:\r\n" (without space between colon and carriage return.

A unit test (parsing google.asia) is also added.