Skip to content

Commit 7724538

Browse files
committed
add test case for the reported issue
1 parent bab31e0 commit 7724538

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/test_inputs.py

+2
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,8 @@ def test_valid_value_default(self, value):
584584
"me@::1",
585585
586586
"me@2001:db8:85a3::8a2e:370:7334",
587+
"foo@bar.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?" +
588+
".?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?.?@",
587589
],
588590
)
589591
def test_invalid_value_default(self, value):

0 commit comments

Comments
 (0)