The last regular expression specified in the test is not technically POSIX compatible. Use `[[:alnum:]_]` instead of `\w+`; the latter is a Perl-compatible regular expression. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>pull/4334/head
parent
6abc9e3d79
commit
77485ff004
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue