You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: