diff options
-rwxr-xr-x | test/it.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -271,8 +271,8 @@ _match( ); _match( - preg_quote('a/b!c(d\\e'), 'faa/b!c(d\\ear', - 'a/b!c(d\\e', + preg_quote('a/b!c(d\\e{f$g^h|i??**++'), 'faa/b!c(d\\e{f$g^h|i??**++ar', + 'a/b!c(d\\e{f$g^h|i??**++', 'match with preg_quote of special characters in pattern' ); |