summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/it.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/it.t b/test/it.t
index 360c792..3003ccf 100755
--- a/test/it.t
+++ b/test/it.t
@@ -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'
);