Ticket #4429 (new defect) — at Initial Version

Opened 20 months ago

Last modified 20 months ago

4.8.29: editor serch/replace regex no longer working

Reported by: kloczek Owned by:
Priority: major Milestone: 4.8.29
Component: mc-search Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

Sample text

FAILED tests/test_syntax.py::test_python_render_simple_indent_guides - assert '\x1b[34mdef\...vious_value\n' == '\x1b[34mdef\...vious_value\n'
FAILED tests/test_syntax.py::test_python_render_line_range_indent_guides - assert '\x1b[2;37m│ ...[0m(values)\n' == '\x1b[2m│ \...[0m(values)\n'

Two S/R

search:

  • .*

Repace:


\n

Is causing that in first line is replaced everytjig to the end of file. In 4.8.28 it was working on single line.

Second S/R:

search:
ERROR|FAILED
Repace:
\t--deselect

result: Search string not found

Note: See TracTickets for help on using tickets.