Skip to content

Commit 4ff1753

Browse files
committed
Valid and Invalid example for top level domain
1 parent 2620e47 commit 4ff1753

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scalars/contributed/Juke-Duke/email-address.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ These are valid eamples:
5353
| `[email protected]` | An EmailAddress with a bang in the local part. |
5454
| `user%[email protected]` | An EmailAddress with a percent sign in the local part. |
5555
| `[email protected]` | An EmailAddress with a hyphen in the local part. |
56+
|`non-all-numerical-top@[email protected]` | An EmailAddress with a non-all-numerical top-level domain. |
5657

5758
These are invalid examples:
5859
| String | Explanation |
@@ -66,7 +67,7 @@ These are invalid examples:
6667
| `1234567890123456789012345678901234567890123456789012345678901234+x@example.com` | The local component is longer than 64 characters. |
6768
| `i_like_underscore@but_its_not_allowed_in_this_part.example.com` | Underscores are not allowed in the domain component. |
6869
| `QA[icon]CHOCOLATE[icon]@test.com` | Non UTF-8 characters are not allowed in the local component. |
69-
|`all-numerical-top@[email protected]` | Top-level domains cannot be all numerical. |
70+
| `all-numerical-top@[email protected]` | Top-level domains cannot be all numerical. |
7071

7172

7273
# Name

0 commit comments

Comments
 (0)