Skip to content

Commit

Permalink
more test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 9, 2019
1 parent f23f2f4 commit 705b095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,9 @@ class Model(BaseModel):
('foo.bar@exam-ple.com ', 'foo.bar', 'foo.bar@exam-ple.com'),
('ιωάννης@εεττ.gr', 'ιωάννης', 'ιωάννης@εεττ.gr'),
('foobar@аррӏе.com', 'foobar', 'foobar@аррӏе.com'),
('foobar@xn--80ak6aa92e.com', 'foobar', 'foobar@аррӏе.com'),
('аррӏе@example.com', 'аррӏе', 'аррӏе@example.com'),
('xn--80ak6aa92e@example.com', 'xn--80ak6aa92e', 'xn--80ak6aa92e@example.com'),
('葉士豪@臺網中心.tw', '葉士豪', '葉士豪@臺網中心.tw'),
],
)
Expand Down

0 comments on commit 705b095

Please sign in to comment.