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
Expected output is:
asdasd0
asdasd5
asdasd1
asdasd2
asdasd3
asdasd4
asdasd6
What do you think ripgrep should have done?
Not duplicate the non-matching lines
The text was updated successfully, but these errors were encountered:
What version of ripgrep are you using?
ripgrep 13.0.0 (rev af6b6c5)
-SIMD -AVX (compiled)
+SIMD +AVX (runtime)
How did you install ripgrep?
manually
What operating system are you using ripgrep on?
3.10.0-1160.31.1.el7.x86_64 #1 SMP Wed May 26 20:18:08 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Describe your bug.
Non-matching lines duplicated in the output, when using multiline options
What are the steps to reproduce the behavior?
I am trying to solve the problem of moving a line as described in the following url
https://stackoverflow.com/questions/10499960/how-to-move-specified-line-in-file-to-other-place-with-regexp-match-bash-script
I then run the following command:
The EXAMPLE file contains :
asdasd0
asdasd1
asdasd2
asdasd3
asdasd4
asdasd5
asdasd6
What is the expected behavior?
Expected output is:
asdasd0
asdasd5
asdasd1
asdasd2
asdasd3
asdasd4
asdasd6
What do you think ripgrep should have done?
Not duplicate the non-matching lines
The text was updated successfully, but these errors were encountered: