mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-04 23:04:48 -04:00
8406b91aba3da0a5ce5f73ff6b7841b1b0a9cc98
searching for `\(' to determine whether to return 0 or the empty
string. Before it would improperly return '' if the pattern
contained a substring like this: `\\('. From Karl Heuer.
For example, running expr c : '\\(' should print `0'.
Description
No description provided
Languages
C
56.8%
Shell
27.4%
Perl
11.5%
Makefile
2.2%
M4
0.9%
Other
1.2%