Skip to content

Commit 1581ddb

Browse files
committed
test: added test case
1 parent a25a3b8 commit 1581ddb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sanitize_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,13 @@ func TestDomain(t *testing.T) {
327327
true,
328328
true,
329329
},
330+
{
331+
"testing new domain",
332+
"mhj.email",
333+
"mhj.email",
334+
true,
335+
true,
336+
},
330337
{
331338
"domain with tabs and spaces",
332339
` domain.com`,

0 commit comments

Comments
 (0)