Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit e62cd3e

Browse files
authored
Update tld_regexpr.py , add test
add _test: google.pl to tld 'pl'
1 parent 04c1e12 commit e62cd3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

whois/tldDb/tld_regexpr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ def xStr(what: str, times: int = 1, firstMandatory: bool = True) -> str:
740740
"expiration_date": R(r"(?:\noption expiration date:|renewal date:(?!(?:.|\n)*\noption expiration date:))\s*(.+)\n"),
741741
"name_servers": R(r"nameservers:%s" % xStr(r"(?:\s+(\S+)[^\n]*\n)?", 4)),
742742
"status": R(r"\nStatus:\n\s*(.+)"),
743+
"_test": "google.pl",
743744
}
744745

745746
ZZ["pt"] = {

0 commit comments

Comments
 (0)