From c3426bd8b682b0ebcb8827e03ed525449f05c2de Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 24 Feb 2023 11:38:15 +0100 Subject: catch some more --- test/it.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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' ); -- cgit v1.2.3