Closed acheronfail closed 3 years ago
This is actually invalid - the above example results in multiple matches, and the collapsing whitespace behaviour only applies for matches.
For example:
printf "bar\nbar\n\nbarbar\n" > foo
rgr -U '(bar\n?)+' ./foo
Reproduce:
After changing how whitespace is rendered, modes
c
ora
should result in the match collapsing into a single line.