diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-26 10:00:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-26 10:00:47 +0100 |
commit | 73a4901fe1f3ed884efcbb49d204d1466215f89c (patch) | |
tree | 112033cfb6fbed9f0359b77959448db829e16d2a /doc/it/autogen/user/php_commands.adoc | |
parent | 507dfec7819e1cdb8e7b1c73edd987d8ee70603f (diff) | |
download | weechat-73a4901fe1f3ed884efcbb49d204d1466215f89c.zip |
tests: fix evaluation tests on FreeBSD
The following special sequences are not supported in regular expressions on
FreeBSD:
- "\w": replaced with "[a-zA-Z0-9_]"
- "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice
only spaces could be a problem when we use this sequence).
Diffstat (limited to 'doc/it/autogen/user/php_commands.adoc')
0 files changed, 0 insertions, 0 deletions