Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix text structure navigation for raw strings. #59656

Merged
merged 3 commits into from
Feb 19, 2022

Conversation

CyrusNajmabadi
Copy link
Member

Fixes #59581

Copy link
Contributor

@davidwengier davidwengier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Between not using raw string literals, and the fact that we use $$ to denote cursor position, which is also valid in raw string literals, these tests were painful 😛

Oh, and I only checked the tests with """ in them, I'm trusting you (and the test runner) on the rest.

@CyrusNajmabadi CyrusNajmabadi merged commit 07d3270 into dotnet:main Feb 19, 2022
@ghost ghost added this to the Next milestone Feb 19, 2022
@RikkiGibson RikkiGibson modified the milestones: Next, 17.2.P2 Mar 1, 2022
@CyrusNajmabadi CyrusNajmabadi deleted the rawStringNavigation branch March 2, 2022 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ctrl+Left/Right Arrow inside raw string literals does not behave as expected
3 participants