Ticket #3350 (closed defect: duplicate)
"Select group" selects file it shouldn't
Reported by: | a_b | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | mc-search | Version: | 4.8.13 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
GNU Midnight Commander 4.8.13
Built with GLib 2.42.0
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With support for X11 events
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, smbfs
Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;
OS: openSUSE 13.2
To reproduce the bug:
- create a file named "a,1" (without the quotes) in the current directory
- press the + button to select a group of files
- enter "a,jklmn 56789" (without the quotes) as selection string
MC selects the file named "a,1".
Change History
Note: See
TracTickets for help on using
tickets.
This is a special case of #2309. "a,jklmn 56789" is translated as two alternatives: "^a" and "jklmn 56789$", the first one matches.