This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 21713: [release/3.1] MSRC 68590 - newlines in domain literals
block embedded CRLF by default.
- Loading branch information
Tomas Weinfurt
authored and
Tomas Weinfurt
committed
Mar 29, 2022
1 parent
b2244b6
commit 4f6b8ec
Showing
3 changed files
with
20 additions
and
0 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 |
---|---|---|
|
@@ -35,6 +35,7 @@ protected override IEnumerable<TestCase> InvalidValues() | |
yield return new TestCase(new EmailAddressAttribute(), "someName"); | ||
yield return new TestCase(new EmailAddressAttribute(), "someName@"); | ||
yield return new TestCase(new EmailAddressAttribute(), "someName@[email protected]"); | ||
yield return new TestCase(new EmailAddressAttribute(), "someName@[\r\n\tsomeDomain]"); | ||
} | ||
|
||
[Fact] | ||
|
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