mc/tests/lib/search
Mooffie 7be9334e45 Fix quotes handling.
Note: considering that this feature hasn't worked, we may consider removing it
entirely or partially (e.g., escaping) in order to simplify the code, as nobody
has grown used to it. It seems, based on the "hex mode" mentioned in the manual
page, that in the past there was no "normal" search in hex mode, and quoted
strings were the only easy way to look for text. This is no longer the case
nowadays.

Note: the characters in the quoted string are copied out as-is to the regexp.
No regexp-quoting is currently done. We may want to revisit this issue when we
work on ticket #3695.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2016-12-04 09:55:27 +03:00
..
Makefile.am Ticket #3694: fix hex pattern parsing. 2016-12-04 09:54:43 +03:00
glob_prepare_replace_str.c Update copyright years. 2016-01-01 11:48:10 +03:00
glob_translate_to_regex.c Update copyright years. 2016-01-01 11:48:10 +03:00
hex_translate_to_regex.c Fix quotes handling. 2016-12-04 09:55:27 +03:00
regex_process_escape_sequence.c Update copyright years. 2016-01-01 11:48:10 +03:00
regex_replace_esc_seq.c Update copyright years. 2016-01-01 11:48:10 +03:00
translate_replace_glob_to_regex.c Update copyright years. 2016-01-01 11:48:10 +03:00