forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for custom JavaScriptEncoder to cover the virtual code path…
…s in TextEncoder, and address previous feedback. (dotnet/corefx#42064) * Move using directive within ifdef to make it clear when its used. * Add more tests for custom text encoder case. * Fix typo in comment gaurd -> guard * Fix up the using directives that got removed during merge conflict resolution. * Address feedback - fix 0x7F case, rename vectors to be self-documenting. Commit migrated from dotnet/corefx@62e6ccf
- Loading branch information
Showing
6 changed files
with
182 additions
and
100 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
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
Oops, something went wrong.