-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61180 from CyrusNajmabadi/stringCopyPaste6
Switch smart-copy-paste tests to use raw-string-literals.
- Loading branch information
Showing
16 changed files
with
9,724 additions
and
5,053 deletions.
There are no files selected for viewing
2,775 changes: 1,769 additions & 1,006 deletions
2,775
...res/CSharpTest/StringCopyPaste/PasteKnownSourceIntoMultiLineRawInterpolatedStringTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
1,427 changes: 888 additions & 539 deletions
1,427
src/EditorFeatures/CSharpTest/StringCopyPaste/PasteKnownSourceIntoMultiLineRawStringTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
401 changes: 238 additions & 163 deletions
401
...rFeatures/CSharpTest/StringCopyPaste/PasteKnownSourceIntoNormalInterpolatedStringTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
517 changes: 308 additions & 209 deletions
517
src/EditorFeatures/CSharpTest/StringCopyPaste/PasteKnownSourceIntoNormalStringTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
1,877 changes: 1,245 additions & 632 deletions
1,877
...es/CSharpTest/StringCopyPaste/PasteKnownSourceIntoSingleLineRawInterpolatedStringTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
1,913 changes: 1,237 additions & 676 deletions
1,913
...EditorFeatures/CSharpTest/StringCopyPaste/PasteKnownSourceIntoSingleLineRawStringTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
419 changes: 247 additions & 172 deletions
419
...eatures/CSharpTest/StringCopyPaste/PasteKnownSourceIntoVerbatimInterpolatedStringTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
538 changes: 317 additions & 221 deletions
538
src/EditorFeatures/CSharpTest/StringCopyPaste/PasteKnownSourceIntoVerbatimStringTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
923 changes: 623 additions & 300 deletions
923
...s/CSharpTest/StringCopyPaste/PasteUnknownSourceIntoMultiLineInterpolatedRawStringTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
729 changes: 495 additions & 234 deletions
729
...ditorFeatures/CSharpTest/StringCopyPaste/PasteUnknownSourceIntoMultiLineRawStringTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
594 changes: 432 additions & 162 deletions
594
...eatures/CSharpTest/StringCopyPaste/PasteUnknownSourceIntoNormalInterpolatedStringTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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.