This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per RFC 6531, the addition of unicode doesn't extend to domain literals.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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
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 |
---|---|---|
|
@@ -127,7 +127,7 @@ | |
["[email protected](comment\\)", "errUnclosedComment"], | ||
["[email protected](comment\\", "errBackslashEnd"], | ||
["test@[RFC-5322-domain-literal]", "rfc5322DomainLiteral"], | ||
["test@[RFC-5322-郵件ñó-domain-literal]", "rfc5322DomainLiteral"], | ||
["test@[RFC-5322-郵件ñó-domain-literal]", "errExpectingDTEXT"], | ||
["test@[RFC-5322]-domain-literal]", "errATEXTAfterDomainLiteral"], | ||
["test@[RFC-5322].domain-literal]", "errDotAfterDomainLiteral"], | ||
["test@[RFC-5322-[domain-literal]", "errExpectingDTEXT"], | ||
|