Skip to content

Commit

Permalink
Update autotest-cases
Browse files Browse the repository at this point in the history
Cleaned up comments and formatting
  • Loading branch information
dertuxmalwieder authored Jun 13, 2024
1 parent 06261d7 commit 1739e17
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions autotest-cases
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

0 comments on commit 1739e17

Please sign in to comment.