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

Test multiline search #62102

Closed
3 tasks done
roblourens opened this issue Oct 30, 2018 · 2 comments
Closed
3 tasks done

Test multiline search #62102

roblourens opened this issue Oct 30, 2018 · 2 comments

Comments

@roblourens
Copy link
Member

roblourens commented Oct 30, 2018

Test #13155

Complexity: 3

Test that multiline search works and works the same as in the editor. A regex search executes in multiline mode if it has a \n. \s will match a newline only if there is a \n literal somewhere in the regex.

The search view should show the first line, and highlight the correct full range in the editor when clicked.

@rebornix
Copy link
Member

Test that multiline search works and works the same as in the editor

Searching for LF and CRLF returns different results, is this expected? In the editor we will normalize the line breaks.

@rebornix rebornix removed their assignment Oct 30, 2018
@roblourens
Copy link
Member Author

There is also #36309 (comment), so besides that, they should be the same

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants