Skip to content

Commit

Permalink
add more test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
likexian committed Nov 5, 2019
1 parent 1469fb4 commit bad8d75
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions whois_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ func TestWhoisFail(t *testing.T) {
func TestWhois(t *testing.T) {
tests := []string{
"likexian.com",
"likexian.net",
"likexian.org",
"likexian.cn",
"likexian.com.cn",
"likexian.mobi",
"likexian.jp/e",
"google.net",
"google.org",
"google.mobi",
"google.cn",
"google.com.cn",
"google.in",
"google.jp/e",
"1.1.1.1",
"2.1.1.1",
"3.1.1.1",
Expand Down

0 comments on commit bad8d75

Please sign in to comment.