Open
Description
The regex used to validate domain names in this library is not able to compile in
languages like Go due to lookahead assertions. As such, we should add unit tests
around isValidDomain
to test common test cases and domain names.
This will allow for differing regex to have a baseline of tested common paths.