-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# Basic tests. | ||
|
||
# Umlauts and other stuff: | ||
1 [email protected] | ||
1 hügo@müller.berlin | ||
|
||
# Tricky, but the RFC suggests that this is invalid: | ||
0 admin@localhost | ||
|
||
# Valid if inside the local network: | ||
1 🎃@emojiguy | ||
|
||
# Advanced tests from Wikipedia et al. | ||
|
||
# IP addresses: | ||
1 foo@[192.168.0.1] | ||
1 foo@[IPv6:::1] | ||
|
||
# Valid thanks to quoting: | ||
1 "very.(),:;<>[]\".VERY.\"very@\\ \"very\".unusual"@strange.example.com | ||
|
||
# Seems to be valid according to the RFCs. Wikipedia says otherwise. But there is no obvious reason for that: | ||
1 " "@provider.tld |