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

Find with mult-line is not giving correct results if regex has beginning boundary #11575

Closed
sandy081 opened this issue Sep 6, 2016 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) editor-find Editor find operations

Comments

@sandy081
Copy link
Member

sandy081 commented Sep 6, 2016

Steps to Reproduce:

  1. Consider a file with following text
if
else

if
else
  1. Perform find with regex - ^if\nelse

Expected: Two matches lines {1, 2} and {4,5}
Observed: Only one match line {1,2} is shown

@sandy081 sandy081 added bug Issue identified by VS Code Team member as probable bug editor editor-find Editor find operations labels Sep 6, 2016
@sandy081 sandy081 added this to the September 2016 milestone Sep 6, 2016
@sandy081 sandy081 self-assigned this Sep 6, 2016
@sandy081
Copy link
Member Author

sandy081 commented Sep 6, 2016

duplicates #11572

@sandy081 sandy081 closed this as completed Sep 6, 2016
@sandy081 sandy081 added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 6, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) editor-find Editor find operations
Projects
None yet
Development

No branches or pull requests

1 participant