mikemaccana / whois-json

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

Handling case where no space exists after delimiter #19

Closed zbone3 closed 5 years ago

zbone3 commented 5 years ago

Handling case where no space exists after delimiter related to a case #14 , I opened a long while back and just got to it today :)

Reproduce with this domain: addlvr.com

Thanks

mikemaccana commented 5 years ago

Oooh I like this, can you add a test using that domain? This will make sure we don't break it in future.

zbone3 commented 5 years ago

@mikemaccana I already added a test with the static data from that domain.. Similar to the one you added for google.com test name is: converts raw data (case with no spaces after delimiters) into JS

Please let me know if that's what you meant

mikemaccana commented 5 years ago

@zbone3 Ah brilliant! Even better that you did it without me having to ask! I'll make a new release.